$id_langue2 = $id_langue; /* COPYRIGHT EDIT 1997-2006 */ /* Accés au Serveur de base de données MYSQL EDIT */ include("../connection_data.php3"); include("../mysql_func.php3"); connection(); $sSQL="select text from txt where langue_id=$id_langue AND ( id > 49 AND id < 121 OR id = 16) order by id"; $query = mysql_query($sSQL); $sSQLT="select text from txt where langue_id=$id_langue AND ((id > 299 AND id < 305) ) order by id"; $queryT = mysql_query($sSQLT); ?> "; ?>
";?>
print mysql_result($query,2,"text"); ?>
";?>
";?>
print mysql_result($query,3,"text"); ?>
print mysql_result($query,4,"text"); ?>