Participants

Registered Participants

setFetchMode(DB_FETCHMODE_ASSOC); $query ="select * from INSCRIPTIONS where Validated ='1' ORDER BY LastName ASC "; // Exécution de la requête $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"; ?>