On my website when a new user registers a ID is assigned to them and this ID is the primary key in my PHPMYADMIN database.
It auto_increments by one for each new user added.
Now what I want to know is how can I reset it too one without having to kill the table and bring it back.
Thanks for your support.
EDIT:
at the moment im developing a script so im testing my registration page out.
if you really must: