List of the publications and preprints of the MathAmSud project
include "../connect.inc.php"; $sql = "select * from Napde_preprints order by Num desc"; $result = mysql_query($sql); $num = mysql_num_rows ($result); ?> $date = date("d-m-Y"); echo "$num publications and preprints ($date)"; ?> while ($ligne = mysql_fetch_array($result)) { extract ($ligne); $Titre = stripslashes($Titre); $Auteurs = stripslashes($Auteurs); $Refs = stripslashes($Refs); echo(""); echo "$num"."."." "; echo "$Auteurs"." ."." "; echo "$Titre"." ."." "; echo "$Refs"; echo("
"); $num=$num-1; } ?>