Registered Participants


Photo gallery: Image1 Image2 Image3

setFetchMode(DB_FETCHMODE_ASSOC); $query ="select * from INSCRIPTIONS where Validated ='1' ORDER BY LastName ASC "; // Execution de la requete $res =& $db->query($query); echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; while ($res->fetchInto($row)) { echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } echo "
LastName         FirstName         Institution
".strtoupper($row['LastName'])."         $row[FirstName]         $row[Institution]
\n"; ?>