|
Generate Drop Down Box from MySql Table |
Create a dynamic drop down box grabbing two fields from a MySql database table, the primary key and some short text field. The form uses HTML <select> tag, it uses the text field to show on the drop down box and the table's primary key for selection value.
|