Hi,
how can I make a pull-down menu (or combo, whichever) so that the list of menu options are retrieved from MySQL database?
Any help would be appreciated. Greatly.
<select...>
<? // for each retrieved line print "<option value=></option>" ?>
</select>