Hy there...
I have the following:
<select name="options">
<option value="10">numb er10</options>
<option value="20">numb er20</options>
</select>
If I want to print the choice I would use $_POST{'options '} and the
$_POST{'options '} would have values of selected choice(10,20)
But how can I print the selected text,not value(number10, number20) or do I
have to use JS for that?
Thanx....
point
I have the following:
<select name="options">
<option value="10">numb er10</options>
<option value="20">numb er20</options>
</select>
If I want to print the choice I would use $_POST{'options '} and the
$_POST{'options '} would have values of selected choice(10,20)
But how can I print the selected text,not value(number10, number20) or do I
have to use JS for that?
Thanx....
point
Comment