If you're trying to be able to keep reference to the order the records are added to the table, simply add a date/time field and populate it with the date/time now() when you insert. You can then sort on that as needed later. ----- Original Message ----- From: "Phil Schwarzmann" <[EMAIL PROTECTED]> Subject: [PHP] MySQL query question
> Okay, so when I INSERT a row of information into a MySQL database, I > don't want it to place it at the first empty row it finds....I want it > to put it after the very last exsisting row. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]