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.