Hi, I have a big silly database (MySQL) that stores entries for a news page. The idea is I enter the news into the database and the php page reads them out the database.
I have it running just fine right now, but the problem is it reads them in a loops, and prints them out. Unfortunately it prints the oldest row of the table last, and works its way down, the opposite of what I want it to do. Is there a way I could tell a functions like mysql_fetch_array to fetch the last entry first, and work down?
Any help on this matter would be great,
~ Paul