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: When you submit it, the boxes that are checked off go into the $Doms[] array. Those which aren't checked don't. The

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 Checkb