View Single Post
Old 06-24-2007   #2 (permalink)
Jolt
Registered User
 
Join Date: Aug 2004
Posts: 119

If you are just working in straight php check this out:
Programming PHP: Chapter 5: Arrays

If you are pulling data from a mysql database for example, you do it in the query. mysql_query("SELECT * FROM table ORDER BY (alpha field) ASC"); If the table field contains alphanumeric text then it will be spit out alphabetically.
Jolt is offline