Re: [PHP] getting an auto increment value immediately after insert

2001-08-06 Thread Tim
See: http://www.php.net/manual/en/function.mysql-insert-id.php - Tim On 06 Aug 2001 16:03:43 -0500, garman wrote: > I'm inserting some information into a MySQL database via a PHP script. A > handful of various information is put into the database via the "INSERT > INTO..." SQL command. Each

[PHP] getting an auto increment value immediately after insert

2001-08-06 Thread garman
Hello: I'm inserting some information into a MySQL database via a PHP script. A handful of various information is put into the database via the "INSERT INTO..." SQL command. Each entry has a unique, auto increment field that acts as an index number for that entry. I can't seem to figure out