Help! MySQL Auto-Increment
#1

How do I find the value the auto increment chose without using SELECT queries, because I don't have a unique row (a different for each field besides the ID which is used by the auto-increment) in this table that I can specify the ID with.
Reply
#2

Never mind, found the solution:
mysql_insert_id()
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)