I'm writing php script(curl to post data into POST) the form(form is executed by asp script).
In the html(see below) the value is " [no restrictions] ".
What actual value the script get?
Source Code of the form:
<td><select id="cboID" name="cboID">
<option value="0" > [no restrictions] </option>
</select></td>