On Saturday 03 February 2001 17:23, 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>-------------------
if no "value" is specified, the text in the <option> field is taken as
value, i.e. $form['country'] == "Select your country" etc
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
"Never doubt that a small group of thoughtful, committed people can
change the world...
Indeed, it's the only thing that ever has."
- Margaret Mead
--
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]