mysql_insert_id ([int link_identifier])
is not reliable, esp with high concurrency. I use a sequence table, a bit like php_lib do
Nisan
Mike the edge wrote:
This function return what u want.
mysql_insert_id ([int link_identifier])
but only for MYSQL.