I recently started learning some languages: html, css and now PhP and MySql. I created a sign up, log in and log out system using this tutorial:
http://www.tutorialrepublic.com/php-tutorial/php-mysql-login-system.php
I'm using XAMPP to run Apache server, MySql and PhPMyAdmin. Everything seems to work fine, except for an issue with the primary key. When my form was completed I started adding some fictional user accounts to test it out. After that I deleted them. The username and password were deleted, but the Primary Key (ID) won't change. Even though the first row should be the first ID of 1, it is stuck at 3 because the rows with ID's 1 and 2 were deleted. With this as a result: image of issue.
Can anyone help me with this?