Ok, I am trying to get results from a database and show them alphabetically and am not sure how to do this. My guess is that it is in the mysql query string, maybe something like this:Or something like that. Anyone know for sure?PHP Code:$qry = mysql_query("SELECT * FROM `table` ORDER BY alphabetical ASC");



Reply With Quote


Bookmarks