Jump to content

urbanscribe

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

urbanscribe's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I feel as though I am probably overlooking something obvious here, but hopefully you guys can point it out to me. I have a few screenshots to show what I'm seeing, as it may be a little difficult to explain. I have a table that has column `ID` set for auto_increment and as the Primary Key. I put in 5 rows as can be seen [b][a href=\"http://www.lukewilkins.com/one.gif\" target=\"_blank\"]in this image[/a][/b], and the auto_increment seems to work perfectly. Now, I decide to delete the Address row (which is ID 3), and that goes smoothly. I now have [b][a href=\"http://www.lukewilkins.com/two.gif\" target=\"_blank\"]this[/a][/b]. Then I decide to add a new row called Comment and it gives it the ID 6 (as it should). However, as you can see [b][a href=\"http://www.lukewilkins.com/three.gif\" target=\"_blank\"]here[/a][/b], it places it in between ID's 2 and 4 instead of at the end of the table. This result effects some of my later scripts and need to know how to have it just place it at the end of the table. Everything is done in php (not in phpMyAdmin). Is it something to do with the auto_increment or primary key? Any help would be greatly appreciated. Luke
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.