The list from the dropdown list comes from your database table.
If you have only pofire showing up then there's something wrong.
Can you run this query on your database
Code:
SELECT short_name,long_name,zoneidnumber FROM zone ORDER by long_name ASC
and show what's returned?
It should pull out everything in that table I need
GeorgeS