Re: [PHP-DEV] GET values from Checkboxes

2002-03-14 Thread Andrew Lindeman
this mailing list is for the development OF PHP not WITH PHP. ask on the appropriate mailing list ([EMAIL PROTECTED]) --Andrew On Thursday 14 March 2002 08:24 pm, Daniel Ferreira Castro wrote: > When I have Textboxes I can retrieve their values whne the method POST is > used by the $HTTP_POST_

[PHP-DEV] GET values from Checkboxes

2002-03-14 Thread Daniel Ferreira Castro
When I have Textboxes I can retrieve their values whne the method POST is used by the $HTTP_POST_VARS['name_of_the_textbox'] But when I try to use it on a checkbox it doesn't work. How can I retireve that value from a checkbox, to know if it was checked or not? Thank you Daniel F. Castro [EMA