Re: [PHP] mysql_insert_id() & CGI

2001-04-03 Thread Rasmus Lerdorf
> When I go from using mysql_insert_id() with the module to using it with > PHP as CGI it fails because I always provide a link identifier as the > argument. > > When I remove the link identifier it works again. > > But that seems risky to me. If I have concurrent users couldn't one > user finish

[PHP] mysql_insert_id() & CGI

2001-04-03 Thread bill
When I go from using mysql_insert_id() with the module to using it with PHP as CGI it fails because I always provide a link identifier as the argument. When I remove the link identifier it works again. But that seems risky to me. If I have concurrent users couldn't one user finish a query, anot