Most recent data from php?

I have a website where i pulled data from mysql to dispaly in my content fields. Im using my forums to put it in my content field. I Ihave a problem. I want the newest topic to be first. in my forums it owuld be like: test 1 then test 2 would be on top because its a new post. but in my website it goes in order, test 1 test 2 test 3. i want test 3 to be 1st then test 2. i did id_last_msg and id_first-msg still same results. also i set my desc limit to 8. how would i knock the oldest toipcs out of my content field to display the newest 1 on Top
 
Back
Top