I have this code that I am having problems with.
<SELECT name='loc_city' value = '%s' TEXT>
<OPTION value='Medicine Hat'>Medicine Hat</OPTION>
<OPTION value='Other'>Other</OPTION>
</SELECT>
I am trying to update mysql with a form, but I want the value in mysql to show. Is this possible?
I also want to be able to write my value in the drop down box. I haven't found any examples yet.