[SOLVED] Finding record number of newly inserted record
Posted: Fri Jun 10, 2005 2:45 am
I use an auto increment field to uniquely identify my records in a MySQL table.
When I insert a new record, a new unique id is created but how can I find out what the number is so I can refer to it immediately?
Any help gratefully received.
When I insert a new record, a new unique id is created but how can I find out what the number is so I can refer to it immediately?
Any help gratefully received.