
Forum » » Le coin des codeurs » » Liste et sql.
Posté : 09-06-2005 11:03 
<?PHP
// connexion à ta BD
$result = mysql_query("SELECT TEST FROM bourse_emploi");
$compt = 0;
while ($r = mysql_fetch_array($result)) {
$test = $r['TEST'];
echo "Test simple $compt: $test <br> ";
$compt++;
}
?>
Cet article provient de NPDS REvolution 16
https://lab.grottes-et-karsts-de-chine.org/viewtopic.php?topic=16848&forum=5