Incase this is my form, and I chose 'Fresh Milk' for example, what php code would I need to use in order to insert my choice into the database under the field 'choice' for example?
<select name="mydropdown">
<option value="Milk">Fresh Milk</option>
<option value="Cheese">Old Cheese</option>
<option value="Bread">Hot Bread</option>
</select>
Thanks!