It sounds like you are not getting value from unchecked checkboxes.
When checkbox is not checked, no values are sent to server.
(Radio buttons are the same)
Therefore, you probably cannot register since there is no value for register.
Create value with NULL/False value for checkboxes if they are not set.
Is this the problem?
--
Yasuo Ohgaki
""karakedi"" <[EMAIL PROTECTED]> wrote in message
996hu3$cjn$[EMAIL PROTECTED]">news:996hu3$cjn$[EMAIL PROTECTED]...
> how can i store checkbox variables into sessions so that i can use them on
> other pages ?
>
> i know how to register sessions but simply cant do that with checkboxes.
> thx in adv.
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] checboxex and sessions karakedi
- Re: [PHP] checboxex and sessions Yasuo Ohgaki
- Re: [PHP] checboxex and sessions karakedi
- Re: [PHP] checboxex and sessions Yasuo Ohgaki