Here is a list of Id's that I have php print out showing which id is read next in the database.
"Read id's = 1 3 6 2 5 7 8 9 10 12 13 15 16 17 18 19 20 21 23 24 25 11"
I need the id's to be read in order. In cpanel I have the 'id' column with a Primary Key so I thought when doing a Select * my id column would be read in order.
I have looked everywhere in mysql and I can't find anything that might force a particular column to be read in order.