prospect Posted August 17, 2006 Share Posted August 17, 2006 Hey guys , how could I display results or sort results but latest added only the latest added entry ?thanks alot in advance Link to comment https://forums.phpfreaks.com/topic/17817-mysql/ Share on other sites More sharing options...
trq Posted August 17, 2006 Share Posted August 17, 2006 You'll need a timestamp field, then a query something like...[code]SELECT * FROM tbl ORDER BY stamp DESC[/code] Link to comment https://forums.phpfreaks.com/topic/17817-mysql/#findComment-76087 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.