Re: [PHP] PHP, SiteSpinner and MS SQL2000

2003-11-07 Thread Burhan Khalid
Rique Gresham wrote: Hi All, What I'm trying to do is query a mssql database using a SELECT statement to get the last report number from a table, increment that number by 1 and have it display in a INPUT box. The data will not INSERT into the database as a new record until one presses the SUBMIT

RE: [PHP] PHP, SiteSpinner and MS SQL2000

2003-11-07 Thread Vail, Warren
iple users from being assigned the same number (the query above will not). hope this helps, Warren Vail -Original Message- From: Rique Gresham [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 10:24 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP, SiteSpinner and MS SQL2000 Hi All,

[PHP] PHP, SiteSpinner and MS SQL2000

2003-11-07 Thread Rique Gresham
Hi All, What I'm trying to do is query a mssql database using a SELECT statement to get the last report number from a table, increment that number by 1 and have it display in a INPUT box. The data will not INSERT into the database as a new record until one presses the SUBMIT button. PHP 4.3.2 Sit