You need to submit the form, at which point any checkboxes ticked will be available in php (under their html name attribute) for assigning as session variables. Any not set will, unfortunately, not be sent. You can initialise the session variables, defaulting to false, on the form page to get around this. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html > -----Original Message----- > From: karakedi [mailto:[EMAIL PROTECTED]] > Sent: 20 March 2001 03:17 > To: [EMAIL PROTECTED] > Subject: checboxex and sessions > > > 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]