Hey,
I need help, i trying to get my chat logs to get the the lastest 30 logs so i put ORDER BY Field DESC LIMIT 30
How ever this causes the newest log(highest) to be first.
But as its a chat room (think IRC) i want the latest message to be at the bottom and older messages above it but still only load the LIMIT of 30.
Any ideas on how to do this ?