Re: Resolved: mysql_insert_id error

2002-02-12 Thread Paul DuBois
At 14:07 -0700 2/6/02, Nathan Bank wrote: >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_ functi

Re: Resolved: mysql_insert_id error

2002-02-06 Thread Paul DuBois
At 14:07 -0700 2/6/02, Nathan Bank wrote: >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_ functi

Resolved: mysql_insert_id error

2002-02-06 Thread Nathan Bank
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 f