Bijan, dalecosp;
Thank you for your help. I appreciate the information.
What I'm working on is an insurance quote web site called "FirstInsuranceQuote.com". The web site will accept requests for insurance quotes for the fifty states in the U.S. What I'm needing to do is select the column headings and put them into a drop-down option menu.
The web site will have selection menus for each of the fifty states.
For example, the state I'm working on new, New York, has sixty-two (62) counties. In the MySQL database I have a table, called "StateNewYork," where the name of each of the counties is a column heading.
Rather than code each of the sixty-two counties into the drop-down menu on HTML pages I decided to extract them from the database. There is a total of about 3,100 counties in all fifty states in the U.S. The MySQL database will have a table for each of the states. Each table for each of the states will have a column for each of the counties.
If I had to code all 3,100 counties into HTML drop-down menus it could get to be a laborous task. That's why I decided to extract them directly from the database column headings. I've been working on it all day (actually I've been working on it off and on for several days - whew!). Finally, I've got it working. It seems to be working pretty good.
Thank each of you again for your help.
Best Regards;
Volitics