I am a fairly new php programmer and can't figure out where I am going wrong by inserting records into my MySQL database:
My script test (for training purposes) calls the eBay API and loads the requested information into the MySQL database, but I seem to get a problem with missing script identifiers in Auto Increment. From what I read here, it is usually when the entries were deleted, but this does not apply to me, since none of them have been deleted, and the spaces are getting bigger and bigger.
My question is: is there anything else that can make the identifier skip random numbers?
Example database: The number runs from 1-21 is just fine, but then it goes: 28,43,51,55,58 I checked, and next to it should be 59:
show create table 'tbl'
source share