Hi im not that experienced with mysql or php, but i have a few questions about how the whole AUTO_INCREMENT parameter works, im assuming besides automatically specifying a id, the id also gets automatically updated as well? By this i mean say for instance I delete a record with id=6 then shouldnt all the other row ids reshuffle themselves?
In my case it seems that all the rows have the same id that was initially assigned regardless of the updates.
Any suggestions would be appreciated.