Hi,
I would like to know what would be the best method to generate a unique ID in a MySQL database for each form submitted?
I thought of maybe counting how many records are in the database right before inserting my data to the database but what if a record in submitted at the same time and then having the same unique ID.
What is the best way of doing this?