Hi,
I'm trying to use PHP to process a feedback form, and I want to use a drop down selection box:
<SELECT name="name">
<OPTION>1st Option</OPTION>
<OPTION>2nd Option and so on</OPTION>
</SELECT>
My problem is that my PHP page cannot read from the dropdown box correctly. The rest of the form is OK.
I'm sure it's a simple problem - too simple even for my 4 text books to cover!!