0

When I run this:

while ($array = $queryGallery->fetch_assoc()) {
    $gallery[] = $array;
}

I end up with the following error:

Fatal error: Call to a member function fetch_assoc() on boolean in .

How do I resolve it?

localheinz
  • 9,179
  • 2
  • 33
  • 44
agkaya
  • 1
  • 1

0 Answers0