Re: returning info. from a form selection

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/1/05, Jack Jackson <jackson.linux@xxxxxxxxx> wrote:
> It'd have to be in the form of a form and you'd need to add values to
> the options, wrap it inside form tags, specify a method like $_POST or
> $_GET, error check and then send.

You don´t _have_  to specify a method. It defaults to "GET". Although
granted you generally do have to place it inside a <form> tag.



> 
> 
> 
> 
> Bruce Gilbert wrote:
> > can anyone give me an idea on how to return info. from a forl pulldown menu
> >
> > eg:
> >
> > <select class="textbox"
> >                         name="loan_process">
> >                       <option value=""
> >                           selected="selected">Purchase</option>
> >                       <option
> >                           value="">Construct Home</option>
> >                       <option>
> > </select>
> >
> > and return that to an email address.
> >
> >
> > thanks
> >
> >
> >
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux