This question has already been answered:
PHP Warning: mysql_fetch_assoc () expects parameter 1 to be resource, null given in /home/bazaraz1/public_html/result.php on line 371
Please help me deal with this problem.
This question has already been answered:
PHP Warning: mysql_fetch_assoc () expects parameter 1 to be resource, null given in /home/bazaraz1/public_html/result.php on line 371
Please help me deal with this problem.
A similar question was asked earlier and an answer has already been received. If the answers provided are not exhaustive, please ask a new question .
PHP Warning: mysql_fetch_assoc () expects parameter 1 to be resource, null given in /home/bazaraz1/public_html/result.php on line 371
Says that the empty value returned a query, there is no result, there is only an error, check the query itself, that is, mysql_query , and best of all, show a piece of code, lines 368-372.
Source: https://ru.stackoverflow.com/questions/76068/
All Articles