Though this is a PHP issue, for those that use PHP here's what was wrong: 
mysql_insert_id() requires
your connection link identifier, which is what is returned from mysql_connect and 
mysql_pconnect.
This is contrary to almost all other mysql_ functions, which want the result resource 
returned from
your query.

Hope this saves a few people some agony.

# Nathan


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to