I am trying to populate a drop down list in an HTML form that pulls it's data from a datbase. Basically, the users can manage the values via a differnt interface, but the web page will present what ever values are in a given list. I can make the list from the database as a set of value pairs, but I can't figure out how to take that list and "import it" into an HTML page. I didn't post any code since nothing comes close to working.
If I have this list:
Item, Name
A001, Cats
A002, Dogs
A003, Birds
what do I do to pull this into a form?
Thanks in advance.