Forum Moderators: coopster
Now, is there a way to get that value? The only thing I can think of is after doing the INSERT, do a SELECT with some of the values that I used in the INSERT, but I am afraid of duplicate entries.
Any ideas?
mysql_insert_id -- Get the ID generated from the previous INSERT operation