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
  • 8,379
  • 2
  • 31
  • 42
agkaya
  • 1
  • 1

0 Answers0