Re: [PHP-DB] Issue with MSSQL_QUERY()

2001-07-03 Thread tony . mccrory
cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> 07/03/2001 Subject: Re: [PHP-DB] Issue with MSSQL_QUERY()

Re: [PHP-DB] Issue with MSSQL_QUERY()

2001-07-03 Thread tony . mccrory
With mysql you can do mysql_insert_id. The following code should do what you need in mssql. $query="InsertRequest '1','2','3','4/11/01','5','6','7','8','9/11/01','10/11/01','11','12','13','1 4','15',''; $return=MSSQL_QUERY($query); $id=mssql_query("select @@IDENTITY as 'taskid'"); $taskid=ms