Cytat
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, string given in /home/hifilip/domains/sd.com/public_html/index.php on line 216
a kod to
<?php require_once('db.php'); $wynik = "select * from `sonda`"; $ile1 = 2; while($wiersz = mysqli_fetch_array($wynik)){ $ile1 = $ile1 + 1; if ($ile1 == 3) { $ile1 = 0; } if ($ile1 == 3) { $ile1 = 0; } } ?>
Co jest winną tego błędu?