Re: [PHP3] getting values from check box From: Richard Lynch (rlynch <email protected>)
Date: 02/29/00

At 08:17 AM 2/29/00 -0500, you wrote:
>Hello--
>
>I am using checkboxes for the first time also. What I don't understand is:
>Does this
>
>INPUT TYPE=CHECKBOX NAME="x[]" VALUE=1 > Option 1
>INPUT TYPE=CHECKBOX NAME="x[]" VALUE=2 > Option 2
>
>go inside <HTML> </HTML> page as it stands? Or is it necessary to add

Yes. HTML doesn't mind that you have those "goofy" characters in your
name, and PHP needs them, but PHP is not really involved in the process
until you start to process the form.

-- 
"TANSTAAFL"
We're looking for PHP/ASP hacker: http://ignitionstate.com/jobs/index.html
Need Work? Printer Driver: http://L-I-E.com/jobs.htm#PrinterDriver
I will be offline from March 8th through April 2nd.
http://CHaTMusic.com                       http://EmphasisEntertainment.com
http://L-I-E.com                           http://JadeMaze.com
http://CatCatalani.com                     http://MGMH.com
http://VoodooKings.net                     http://UncommonGround.com

-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>