How do you make pulldown menus?
Posted: Sun Jun 01, 2003 7:14 pm
Hello all,
How do you make pulldown menus, where the source for the options is a table in a database?
I'll explain in more detail what I'm looking for. In HTML the code is:
<select name="hobby">
<option>Music
<option>Reading
<option>Underwater basket weaving
</select>
Instead of having to write all the options, I want to pull them on the fly from a table containing all the hobbies, especially as this table is growing all the time due to input from the users.
How is this done?
Thanks in advance,
Jerome Smith
How do you make pulldown menus, where the source for the options is a table in a database?
I'll explain in more detail what I'm looking for. In HTML the code is:
<select name="hobby">
<option>Music
<option>Reading
<option>Underwater basket weaving
</select>
Instead of having to write all the options, I want to pull them on the fly from a table containing all the hobbies, especially as this table is growing all the time due to input from the users.
How is this done?
Thanks in advance,
Jerome Smith