From:             [EMAIL PROTECTED]
Operating system: SuSe Linux 7.3
PHP version:      4.0.6
PHP Bug Type:     MySQL related
Bug description:  mysql_insert_id() fails

i do something like this:
$result=mysql_query($query, $dblink);
if(! $result) die($query);
$messageid=mysql_insert_id($result);

it worked with older versions of php but fails reporting
"Supplied argument is not a valid MySQL-Link resource" now even if the
query is inserted sucessfull.
-- 
Edit bug report at: http://bugs.php.net/?id=14106&edit=1


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

Reply via email to