A voir également:
- [PHP/SQL] Critère de selection ...
- Easy php - Télécharger - Divers Web & Internet
- Expert php pinterest - Télécharger - Langages
- Logiciel sql - Télécharger - Bases de données
- Inverser selection excel - Forum Excel
- Sql (+) - Forum Programmation
3 réponses
Merci, mais j'ai un message d'erreur.
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\wamp\www\departement\index.php on line 22
voici le code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\wamp\www\departement\index.php on line 22
voici le code:
$result = mysql_query("select * from departement order by nmd DESC LIMIT 1"); while($donnees1 = mysql_fetch_array($result) ) { echo $donnees1['nmb']; }