28.10.2011, 19:37
I could just remove the AUTO INCREMENTATION. Then select from the query and add a 1+ each time a new gang creates. This way you can find the emplty slot right? But I like to use AUTO INCREMENTATION because then I can use mysql_insert_id which I find very useful.. I guess I have to do that. Also, let's say the gang id 1 gets removed, would it be possible to like "push" all the ids in the right order? So then the gang id 2 would be 1 and id 3 be 2, etc?
Thanks for your help btw
Thanks for your help btw

