How to insert new auto increment ID

MokoRokmadt

New Member
I found the mysql_insert_id function to retrieve the last auto generated ID.Should I be using mysql_insert_id +1 to add a new ID or is there a call for adding a new unique ID?
 
Back
Top