Fatal error: Uncaught Error: Call to undefined function mysqli_Result()

Uživatelský avatar
RoliD
Administrátor
Příspěvky: 250
Registrován: pát 10. črc 2015 12:47:18

Fatal error: Uncaught Error: Call to undefined function mysqli_Result()

Příspěvek od RoliD »

Kód: Vybrat vše

Nepoužívejte velmi neefektivní zápis s mysqli_Result() ale už jen tento:

Kód: Vybrat vše

while($row = mysqli_fetch_assoc($result)) {
   $id = $row['ID'];
   $name = $row['name']; 
   atd..
}

Odpovědět

Zpět na „PHP“