Re: [PHP] Checkboxe problem

2002-02-05 Thread Mike Maltese
just use iseet(); if(isset($private)){ //do stuff } - Original Message - From: "Gaylen Fraley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 05, 2002 8:41 PM Subject: [PHP] Checkboxe problem > I have a form with 1 checkbox an

RE: [PHP] Checkboxe problem

2002-02-05 Thread Niklas Lampén
EMAIL PROTECTED]] Sent: 6. helmikuuta 2002 6:41 To: [EMAIL PROTECTED] Subject: [PHP] Checkboxe problem I have a form with 1 checkbox and have coded it like this: When the form is submitted, $HTTP_POST_VARS[private] only exists IF checkbox is checked. It doesn't exist otherwise, which is causi

[PHP] Checkboxe problem

2002-02-05 Thread Gaylen Fraley
I have a form with 1 checkbox and have coded it like this: When the form is submitted, $HTTP_POST_VARS[private] only exists IF checkbox is checked. It doesn't exist otherwise, which is causing a problem because there are several other elements before and after. What happens is the value AFTER