----- Original Message ----- 
From: "Matt Matijevich" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, January 12, 2004 4:18 PM
Subject: RE: [PHP] to array or not to array..


> [snip]
> That works great, I am messing myself up, however because I am using
> checkboxes so when I run this, if I have unchecked the checkbox, the
> value
> doesn't come through and I want an unchecked box to be 0 for example so
> I
> may need some javascript...
> [/snip]
>
> Can only one option be checked per user (like can add has to either be
> Y or N, it cant be both)?  Is it just a yes/no question?  If it is, why
> not just use radio input types.
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



I just picked up on this thread.. but you can just initialize the variable
as 0, then if the box is checked it will have the new value. What's wrong
with this?

Jake

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to