First, please call the element what it is. It is a called a select element.
<select name="pickme">
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
</select>
On the server side, you look for the name and value pair. It also depends on whether this is a POST or GET operation. GET, the name value pairs are visible in a URL, POST the name value pairs are sent directly to the server.
_________________
Absolute Steal.com