Stránka 1 z 1

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

Napsal: sob 12. bře 2016 8:52:24
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..
}