Nothadoth Posted August 16, 2006 Share Posted August 16, 2006 At the moment I have the information from my database listed by the ID. However I need it to be listed by the names alphabetically. How do I do this?ORDER BY name ...Thank you Link to comment https://forums.phpfreaks.com/topic/17696-alphabetically-list-data/ Share on other sites More sharing options...
hostfreak Posted August 16, 2006 Share Posted August 16, 2006 How about:[code]ORDER BY name ASC[/code] Link to comment https://forums.phpfreaks.com/topic/17696-alphabetically-list-data/#findComment-75432 Share on other sites More sharing options...
Nothadoth Posted August 16, 2006 Author Share Posted August 16, 2006 Thank you =] Link to comment https://forums.phpfreaks.com/topic/17696-alphabetically-list-data/#findComment-75435 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.