Page 1 of 1

Why do I get an error ?

Posted: Fri Jul 11, 2008 6:23 am
by geethalakshmi
Why do I get an error that looks something like this: "Warning: 0 is not a MySQL result index in <file> on line <x>" or "Warning: Supplied argument is not a valid MySQL result resource in <file> on line <x>"?

Regards,
geetha
http://codingcoding.com
http://0123456789.co.in

Re: Why do I get an error ?

Posted: Fri Jul 11, 2008 9:50 am
by pickle
How do you expect us to give a detailed answer without even seeing your code?

That error message generally means exactly what it says - the mysql result resource you're trying to use isn't valid - your query's probably messed up.