Okay, this is a dumb question, but when you create a loop to display information is puts the last information in the mysql database last. So, how do you reverse it so the newly entered information is displayed at the top while the older information is displayed last. Either thay or how do you make it so information is inserted into the database where the newest query is entered above the last.
Why don't you date the info in the table with a date column and sort on the date ascending or decending which ever is appropriate on select?
Well, I have them numbered. That will do good, I can't believe I didn't realize that. Thank you very much.