Query sql con php

di Anonimizzato8066 il
1 risposte
Ciao a tutti ho un orrore che mi blocca:
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on boolean in C:\xampp\htdocs\dashboard\index.php:2 Stack trace: #0 {main} thrown in C:\xampp\htdocs\dashboard\index.php on line 2
il codice è questo

1.$result=$mysqli->query("SELECT * FROM tabella1 WHERE id = '$id' ORDER BY articolo DESC LIMIT 10 ", MYSQLI_USE_RESULT);
2.while($roww=$result->fetch_assoc())
l'orrore è dopo il while... è per caso un'istruzione obsoleta?

1 Risposte

  • E' un errore?
Devi accedere o registrarti per scrivere nel forum
1 risposte