Re: How to find the last ID?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: grillen@abendstille.at
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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux