Functional Inequalities and PDE in the Life Sciences
Paris, January 12-13,
2012
Université Paris-Dauphine
extract ($_GET);
extract ($_POST);
include "./connect.inc.php";
$sql = "select * from CBDif_workshop_2012 order by nom asc";
$result = mysql_query($sql);
$num = mysql_num_rows ($result);
$date = date("d-m-Y");
echo("$num participants ($date)");
?>
$nbre="1";
while ($ligne = mysql_fetch_array($result))
{ extract ($ligne);
?>
echo("$nbre");?> |
echo("$nom, $prenom");?> |
$nbre=$nbre+1;
}
?>
Back to the index page.