Whenever a user creates an account, I want their ID to increase by 1, so we have something like this:
User 1 >> ID
User 2 >> ID 1 more than previous.
User 3 >> ID 1 more than previous.
User 4 >> ID 1 more than previous.
So how can I make this in PHP and a MySQL database?