So when I plan to set up a register form on my site I need to know how to automatically assign an ID to the user once they press the 'Register' button.
I guess I would be using this type of table setup;
Table name: Users
ID int 11
Email varchar 30
Password varchar 15
Firstname varchar 30
Lastname varchar30
Thanks