Rifts Posted November 12, 2009 Share Posted November 12, 2009 In my database I have a table name members one of the columns is the date they signed up, I can not figure out how to print out the list of members in order by date newest being first. Link to comment https://forums.phpfreaks.com/topic/181284-solved-retrieve-date-and-organizing-it-by-date/ Share on other sites More sharing options...
jcombs_31 Posted November 12, 2009 Share Posted November 12, 2009 Have you tried "ORDER BY" in your SQL statement? Link to comment https://forums.phpfreaks.com/topic/181284-solved-retrieve-date-and-organizing-it-by-date/#findComment-956344 Share on other sites More sharing options...
Rifts Posted November 12, 2009 Author Share Posted November 12, 2009 worked perfect thank you Link to comment https://forums.phpfreaks.com/topic/181284-solved-retrieve-date-and-organizing-it-by-date/#findComment-956356 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.