hi

you can easily do this by using

mysql_insert_id();

see
http://www.php.net/manual/en/function.mysql-insert-id.php

.ma

e: [EMAIL PROTECTED]
w: http://www.abendstille.at
/***************/
life would be easier if i knew the source code.

Am Freitag, 06.06.03 um 23:16 Uhr schrieb Chris Payne:

Hi there everyone,

I'm creating a new entry using the following:

mysql_query ("INSERT INTO agents (agent_name)
               VALUES ('$agentname')

but I need to find out the ID value it created, how can I do this easily?

Thanks

Chris





-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to