Hi there,
Occasionally, I seem to have a strange problem when I try to insert rows into a MySQL table. Sometimes a row is not appended at the end of the table; instead it is inserted at a random position. Moreover, this is pretty much guaranteed to happen whenever I delete a row through the phpMyAdmin interface.
I’ve programmed a message board, and as you can imagine, this random insertion can be very troublesome. Does anyone have any suggestion as to what can be done?
Thank you for your time.