Re: mysql_insert_id error

2002-02-12 Thread DL Neil
Hi Andrea, > I am really new at PHP & MySQL, so please bear with me. welcome to our happy band... > I am using the mysql_insert_id function but continually receive an error, > and hoping someone can point me in the right direction to resolve this. > > My error: > Warning: Supplied argument is n

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

Re: mysql_insert_id error

2002-02-06 Thread DL Neil
Hi Andrea, > I am really new at PHP & MySQL, so please bear with me. welcome to our happy band... > I am using the mysql_insert_id function but continually receive an error, > and hoping someone can point me in the right direction to resolve this. > > My error: > Warning: Supplied argument is n

mysql_insert_id error

2002-02-06 Thread Andrea Caldwell
Hi there, I am really new at PHP & MySQL, so please bear with me. I am using the mysql_insert_id function but continually receive an error, and hoping someone can point me in the right direction to resolve this. My error: Warning: Supplied argument is not a valid MySQL-Link resource on line 44