|
Posted by Gaga on 11/30/06 10:40
OK i will try.
Do you know how to display db data in textbox ( e.g. user name )?
I need that for editing of exiting users.
"J.O. Aho" <user@example.net> wrote in message
news:4t7nvnF12b13cU1@mid.individual.net...
> 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]
|