When adding a row in a MySQL database using php, how can I make it add in row #8?

For example, if I have 25 rows in my database, and I create a new row and I want it to be in the 8th row, how do I do this?
No, Gordan, it's not. If you read a database, and print out the results, it ALWAYS comes back in the same order you posted them in.
 
Back
Top