mysqli_fetch_array () expects parameter 1 to be mysqli_result, boolean given

0

I'm doing a CRUD (web with form CREATE, SHOW, UPDATE and DELETE), but I get an error that I do not locate its origin. What will it be?

  

Warning: mysqli_fetch_array () expects parameter 1 to be mysqli_result,   boolean given in   /Applications/XAMPP/xamppfiles/htdocs/crud/formulario.php on line 64

    
asked by r84 05.02.2018 в 12:59
source

0 answers