If a user selects an option from a drop down box, how can I send that response to a database? I know there is a SQL command called Insert Into, but not quite sure how it can be sent to a db if your sending it based on the option selected or check box selected?
<SELECT NAME="dropdown" SIZE="1">
<OPTION SELECTED>General
<OPTION>Server
<OPTION>Database
<OPTION>Environment
<OPTION>Requirement
</SELECT>