RE: [PHP] GET values from Checkboxes

2002-03-14 Thread Martin Towell
There will be a correspoding variable/index set is the checkbox is checked, no value is set for uncheck boxes Martin -Original Message- From: Daniel Ferreira Castro [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 1:36 PM To: [EMAIL PROTECTED] Subject: [PHP] GET values from

Re: [PHP] GET values from Checkboxes

2002-03-14 Thread Analysis Solutions
Hey Daniel: When I have Textboxes I can retrieve their values whne the method POST is used by the $HTTP_POST_VARS['name_of_the_textbox'] Here's a sample form: form input name=Doms[] type=checkbox value=foo.biz / input name=Doms[] type=checkbox value=foo.com / input name=Doms[]