TheFilmGod Posted October 6, 2007 Share Posted October 6, 2007 Everything works. I just want to make a table of results show up in alphabetical order. I have mysql select whole table. I want to take the mysql select and select the whole table with one field alphabetically. A to Z. How do I do this? Link to comment https://forums.phpfreaks.com/topic/72112-mysql-select-via-php/ Share on other sites More sharing options...
d.shankar Posted October 6, 2007 Share Posted October 6, 2007 SELECT * FROM <tablename> ORDER BY <column name> ASC Link to comment https://forums.phpfreaks.com/topic/72112-mysql-select-via-php/#findComment-363524 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.