x

On Sun, 4 Feb 2001, PHPBeginner.com wrote:

> then, why don't you instead have it NULL, like:
> 
> <input type=text name=form[name] ..
> <input type=text name=form[email] ..
> <select name=form[country]>
> <option>Select your country
> <option>-------------------
> <option value=US>United State
> <option value=UK>United Kingdom
> ....
> 
> 
> then if it's empty it will be skipped ... I think ... I've never done so ...
> 
>  Ciao allo zio e la lista italiana,
> 
>  Maxim Maletsky

Hmmm, I'm not sure but if not value is set in a select field, the title is
passed .. I mean:

<option>My Label

on the submit action, the val My Label is send to the script ...

max

ps. ciao anche a te :)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to