Due to the compability between PHP and MYSQL I am hoping someone has a solution to my problem :(
I wish to reset the auto increment field and get them "redone" as such.
Problem being:
When I delete a row it leaves an incorrect auto increment, as a total as one has been removed and when I add other fields it is always one, two, etc less.
Example:
Row 10
Row 11
Row 12
Row 13
I delete row 13, and insert another starts at 14... (when it should start at 13)
I delete row 12, and insert another starts at 14... (when it is 13 minus 1)
Anyways, Thanks for the help.
Regards, X
PS: I am using phpMyAdmin