-
Please help me
I've Recently changed my password to game i play and now i can't sign in. I keep getting this error
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/html/hobowars2.com/game/auth.php on line 95
I have no idea what this means. What am i suppose to do?
-
-
That error is stating that the response to a mysql query was invalid.
The specific error is when you try to get the information from it, with mysql_fetch_array(), but the actual problem is going to be a line or two earlier with the function mysql_query().
The query is not returning any results.
This is either because the query is invalid (the format is not correct) or that there are no results for the specific values you used. For example, there may be no values found when searching for the new password.
There are a lot of reasons for this, and we'd need more details to help you.
Do you have experience working with PHP and MySQL? If not, you may want to hire someone to fix this for you and give them access to your server.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
-
It's probably an error. a query with no results returns 0 rows, but it's still a valid resource.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks