i have auto incrementing primary id in one of my tables
everything was ok few days ago
it was adding them like that, 1,2,3,4,5,
suddenly it started to make them
1,2,3,4,5,9,8,6......
and it's not only in phpmyadmin, cause it outputs them the same way in the scripts
and i'm using while($row=mysql_fetch_array($result, MYSQL_ASSOC)
to fetch them, so that's the order they are saved in the table, not just something with the phpmyadmin visual sorting options....
any ideas?
thanks