depends which DB your using in mysql its "select last_insert_id()"
and in mssql for example its "select @identity"
have fun
Pete
Webmaster D.G.R.E.R. wrote:
Hi: How i obtain inmediatly the id of last insert ? For example i have a forum, when the user post a question, i send a mail to administrator, but i want to refer the id from this insert, how i do this ? Well i think to make a select max(id) inmediatly but i beliebe that must have any colision from other user that post other question. Thank you.
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php