retrieving auto increment number

A

Anonymous

Guest
If the user has a unique username, just do SELECT matching the username in order to get the id. If not, you're probably going to just have to assign your own ids instead of using auto_increment.
 
Back
Top