> -----Original Message-----
> From: thkiat [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, January 22, 2003 10:23 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: [PHP] Need help.
> 
> 
> Can someone tell me what should I do to solve this problem?
> 
> Warning: mysql_fetch_row(): supplied argument is not a valid 
> MySQL result
> resource in 
> /home/epcc/public_html/exoops/class/database/mysql.php on line
> 134

Wherever you're running the query with mysql_query()- you should echo
out the sql statement so you see what you're running, and echo out
mysql_error() to see what mysql doesn't like about it.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to