SQL TABLE PROBLEM
Posted: Mon May 30, 2011 3:35 pm
HY every one , i am having problem with my phpmysql database , i save different values form form but when i save multi values at a time the values saved in database successfully but the sequence of my praimary id changes , e.g
id firstname lastname dob
1 abc abc abc
3 abc abc abc
2 abc abc abc
4 abc abc abc
5 abc abc abc
so own but as you see 2 must be before the value 3 so any one tell me what is the problem in database ?
id firstname lastname dob
1 abc abc abc
3 abc abc abc
2 abc abc abc
4 abc abc abc
5 abc abc abc
so own but as you see 2 must be before the value 3 so any one tell me what is the problem in database ?