Okay, I'll try to explain this the best I can...
I made a simple news database where I can enter / edit / delete news entries on my site. Now, I have an id field as my primary key. If I delete an entry, the id field doesn't get replaced. For example, if I deleted the post in ID field 7, the other elements don't fill up that 7 field, and there is no id field 7 anymore. How do I make so my table stays in numerical order without leaving empty fields?