deadhead Posted November 19, 2010 Share Posted November 19, 2010 Hello.. I'm a somewhat beginner in php, but i decided to create my own basic forums system with a content managing system. Right now I'm trying to figure out how to make a thread link be at the top of the list for the forum display page, when someone posts a response or creates a new thread. HELP MUCH APPRECIATEDĀ Link to comment https://forums.phpfreaks.com/topic/219154-phpmysql-select-from-order-by-time/ Share on other sites More sharing options...
requinix Posted November 19, 2010 Share Posted November 19, 2010 Keep track of the last post time for a thread. When displaying the list of threads, sort by that date. Link to comment https://forums.phpfreaks.com/topic/219154-phpmysql-select-from-order-by-time/#findComment-1136447 Share on other sites More sharing options...
deadhead Posted November 19, 2010 Author Share Posted November 19, 2010 Keep track of the last post time for a thread. When displaying the list of threads, sort by that date. how would i write that sql statement and should i save it by month/dath/year at ##:## Link to comment https://forums.phpfreaks.com/topic/219154-phpmysql-select-from-order-by-time/#findComment-1136502 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.