0
Warning
Guys what is this Error about? Warning:mysqli_fetch_array() expects parameter 1 to be mysqlu_result, bool given in....
1 Réponse
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(); }