Mysql
 sql >> Database >  >> RDS >> Mysql

Istruzione PHP Dovrebbe restituire più oggetti ma ne restituisce solo uno

Dovrebbe essere:

while( mysqli_stmt_fetch($stmt)) {
   $rows[] = $row;
}