Home : MySQL :
What does this error message means - Warning: Supplied argument is not a valid MySQL result resource and how do you solve it?

Category : MySQL

I think you got this message from PHP.
You get this message when you're trying to access $result variable, but 
there's nothing in this variable because of WRONG SQL command before.

Created : 11 Mar 2002
Modified : 11 Mar 2002
Viewed : 1237 times.
Print Article