include "../connect.inc.php"; ?>
List of the publications and preprints of the MathAmSud project
$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 ($date)"; ?>
include("liste.php");?>