[PHP] select prob.

2001-02-03 Thread Netbrain di M.L.
Hi all, I'm in trouble checking client's value passed via a web form ... In a web form I usally use for the input's name a array var like this: input type=text name=form[name] .. input type=text name=form[email] .. select name=form[country] option value=NONESelect your country option

RE: [PHP] select prob.

2001-02-03 Thread PHPBeginner.com
, February 03, 2001 10:24 PM To: [EMAIL PROTECTED] Subject: [PHP] select prob. Hi all, I'm in trouble checking client's value passed via a web form ... In a web form I usally use for the input's name a array var like this: input type=text name=form[name] .. input type=text name=form[email] .. select

RE: [PHP] select prob.

2001-02-03 Thread Netbrain di M.L.
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] optionSelect your country option--- option value=USUnited State option

RE: [PHP] select prob.

2001-02-03 Thread PHPBeginner.com
nt: Sunday, February 04, 2001 3:34 AM To: PHPBeginner.com Cc: [EMAIL PROTECTED] Subject: RE: [PHP] select prob. 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=fo

RE: [PHP] select prob.

2001-02-03 Thread Netbrain di M.L.
der, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Netbrain di M.L. [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 04, 2001 3:34 AM To: PHPBeginner.com Cc: [EMAIL PROTECTED] Subject: RE: [PHP] select pr

RE: [PHP] select prob.

2001-02-03 Thread PHPBeginner.com
no prob, --max -Original Message- From: Netbrain di M.L. [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 04, 2001 3:44 AM To: PHPBeginner.com Cc: [EMAIL PROTECTED] Subject: RE: [PHP] select prob. Yes, it seems a good solution :) thanks again max --- Please Help