Search found 2 matches

by acheoacheo
Wed Jan 30, 2008 7:45 pm
Forum: PHP - Code
Topic: problem with checkbox
Replies: 5
Views: 669

Re: problem with checkbox

thank you!
by acheoacheo
Wed Jan 30, 2008 4:34 pm
Forum: PHP - Code
Topic: problem with checkbox
Replies: 5
Views: 669

problem with checkbox

If that checkbox remains unchecked I can't retreive the value "off" in the $_POST variable when the form is submitted. However if it is checked then I can retreive it...what's the problem?????????? <input type="checkbox" name="Agreement" id="Debug" /> if ($_PO...