I have a php script that is querying a MySQL database and printing a list of all of the desired fields. The list is alphabetized. If I add new data to the database, the script then doesn't properly alphabetize the data. It keeps all of the entries with the correct letter (all the A's are together) but the items are not alphabetized within each letter (the new entries beginning with A are at the end of the A's). Is there something I can do in the query to get it to alphabetize correctly?