• PHP Help PHP Newbies
  • error Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean

$result = mysqli_query($link, $sql);
while ($dbarr = mysqli_fetch_array($result))
{

$count++;

}
$itemno = $count + 1;

what the.................................................................

    Write a Reply...