PHP Error: “Supplied argument is not a valid MySQL result resource in”

Asked By 0 points N/A Posted on -
qa-featured

I have an error message using PHP

Warning: Mysql num_rows: Supplied argument is not a valid MySQL result resource in

I am attempting to perform a question in MySQL database; however, I have similar notice each time. Can somebody assist?

Warning: mysql_num_rows(): Supplied argument is not a valid MySQL result resource in /XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/public_html/login.php on range 279 The Log in name you provided is not available.

SHARE
Answered By 0 points N/A #98803

PHP Error: “Supplied argument is not a valid MySQL result resource in”

qa-featured

Hi,

The error seems that you have need to change the different things in your my SQL and then it will solve. like you need to go the following line and then check out what is the basic problem. How to solve this type of problem is the big issue, In MySQL there are something which are tackle very difficult to.

So you can change your SQL or check out the back end coding then this will solve your problem. I want you check out the following address and then this problem will solve, go to PHP back end find the code and find the file login.php and then go to the line in that file line is 279 and then check out the syntax.

Related Questions