TobesC Posted March 5, 2007 Share Posted March 5, 2007 hey - sorry to bother everyone again but is there a way to alphabetize my SELECT * FROM results? thanks Link to comment https://forums.phpfreaks.com/topic/41347-alphabetize/ Share on other sites More sharing options...
HalfBrian Posted March 5, 2007 Share Posted March 5, 2007 Check this tutorial http://www.tizag.com/mysqlTutorial/mysqlorderby.php Link to comment https://forums.phpfreaks.com/topic/41347-alphabetize/#findComment-200340 Share on other sites More sharing options...
boo_lolly Posted March 5, 2007 Share Posted March 5, 2007 $sql = "SELECT * FROM your_table ORDER BY column_name DESC"; Link to comment https://forums.phpfreaks.com/topic/41347-alphabetize/#findComment-200341 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.