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
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
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
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
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
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