|
Posted by J.O. Aho on 11/30/06 09:52
Gaga wrote:
> Thank you, its working OK.
> If i try the same approach with select dropdown menu, then i can not verify
> passed values, on the other page?
> e.g.
> <select name="states">
> <option value="NY" >
> <option value="AL" >
>
> I can get numerical values but not the text values...
If you have done the form right, then there aren't any problems at all, just
use the $_REQUEST['states'] to get the supplied value.
//Aho
Navigation:
[Reply to this message]
|