Whenever you get a warning like 'Supplied argument is not a valid MySQL
result resource...' there is an error in your code - somewhere you have
failed to check that the return value from a mysql call has not returned
zero. In your case, one has, and if you do the check, and then print out
mysql_error() afterwards, you'll find out what went wrong.
Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]