Ok, I have a simple script set up which fetchs rows from a database and outputs them in a nice formatted fashion.
Now here is my question. How would I make it so that the "fetching" start from the last row of the table and works its way up.
It's a news system, if you are wondering, and when my input script inserts a new row, it adds it to the bottom. When my fetching script "fetches" the data, it starts fromt the top. Not good since I want the order to be from newest to oldest.
Please help ASAP! Thanks!