A voir également:
- Mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given in
- Qwerty to azerty - Guide
- Navigation in private - Guide
- Press esc in 1 seconds to skip startup.nsh any other key to continue ✓ - Forum Windows 10
- Press ESC in 1 second to skip startup.nsh, Any other keys - Forum Windows 10
- Deco in paris avis ✓ - Forum Consommation & Internet
1 réponse
mysql_fetch_array() prend comme paramètre la réponse de mysql_query(), hors ici une requête est passé en paramètre... il faut donc faire :
$reponse = mysql_query($req) or die('Erreur SQL !'.$req.'<br>'.mysql_error()); while($lignes=mysql_fetch_array($reponse)) ...
merlyone
Messages postés
25
Date d'inscription
Statut
Membre
Dernière intervention
Merci pour l'aide je vais essayer pou voir si ça marche !
WizziLife
merci à toi !!
Gauthier
merci beaucoup pour votre réponse et ça m'a beaucoup aidé