RE: [PHP-DB] warning/error

2001-09-25 Thread Rick Emery

show us code

-Original Message-
From: Wild ! [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 25, 2001 3:01 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] warning/error


I get the following error:

Warning: Supplied argument is not a valid MySQL result resource in
/usr/local/www/htdocs/php/PHPMyEdit.inc on line 793

I have not changed a thing on phpmyedit.inc...


-- 
PHP Database 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]

-- 
PHP Database 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]




RE: [PHP-DB] warning/error

2001-09-25 Thread Andreas D. Landmark

At 25.09.2001 21:00, Rick Emery wrote:
show us code

Agreed!

But if I were you I'd check my query and optionally the output of 
mysql_error() or try
the query with the mysql client...

8 out of 10 times it's a error in the query, 1 out of 10 it's a spelling 
error (eg. $result and $rseult)
and the last time is reserved for special occations... to find out which 
either post code or
DO SOME TESTING BEFORE POSTING!


-- 
Andreas D Landmark / noXtension
Real Time, adj.:
 Here and now, as opposed to fake time, which only occurs there
and then.


-- 
PHP Database 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]