View Single Post
  #18  
Old 07-24-2010, 05:46 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

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
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote