Re: [PHP] returning info. from a form selection

2005-08-02 Thread Mark Rees
> > > > can anyone give me an idea on how to return info. from a forl > > pulldown menu > > > > and return that to an email address. > > > > A most basic question begs a most basic answer: > > if (!$_POST['submit']){ // Display form > ?> > > > Dropdown Value to Email > > > > > > Purchase >

RE: [PHP] returning info. from a form selection

2005-08-01 Thread Jim Moseby
> > can anyone give me an idea on how to return info. from a forl > pulldown menu > > eg: > > name="loan_process"> > selected="selected">Purchase > value="">Construct Home

Re: [PHP] returning info. from a form selection

2005-08-01 Thread Edwin Barrios
Hi . ! what you want it's recive values from a "select". !!! First a select input send ( when the form is submitted ), the value of the selected item, then the php script that it's the form action recive, a on post or get a variable with the name of the select input with this value.

Re: [PHP] returning info. from a form selection

2005-08-01 Thread Rory Browne
On 8/1/05, Jack Jackson <[EMAIL PROTECTED]> 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". Altho

Re: [PHP] returning info. from a form selection

2005-08-01 Thread Jack Jackson
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. Bruce Gilbert wrote: can anyone give me an idea on how to return info. from a forl pulldown menu eg:

Re: [PHP] returning info. from a form selection

2005-08-01 Thread Rory Browne
You would give the options a different value(each of them in your case is "") Try Purchase Construct Home May I also suggest that if you're experimenting try putting "" without the quotes into whatever.php(see form action)

[PHP] returning info. from a form selection

2005-08-01 Thread Bruce Gilbert
can anyone give me an idea on how to return info. from a forl pulldown menu eg: Purchase Construct Home and return that to an email address. thanks -- ::Bruce:: -- PHP General Mailing List (http://www.php.net/) To unsubs