Warning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Warning

Guys what is this Error about? Warning:mysqli_fetch_array() expects parameter 1 to be mysqlu_result, bool given in....

24th Aug 2019, 2:25 PM
Diako
Diako - avatar
1 Answer
0
Did you check that your query is correct? Copy this after your query to check for errors, it should print any that exist. Hope I helped. if (!$check1_res) { printf("Error: %s\n", mysqli_error($con)); exit(); }
6th Sep 2019, 12:52 PM
Orestis Mars
Orestis Mars - avatar