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? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/72112-mysql-select-via-php/#findComment-363524 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.