Re: [PHP] checkboxes & sessions thanks

2001-02-20 Thread kaab kaoutar
Hi! well I've managed to make it work by comparing the checkbbox value (on)! Thanks anyway _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] checkboxes & sessions

2001-02-20 Thread Chris Lee
is it ok to just check the ckecboxs and hit submit? thats what most sites do? thats real easy todo. follow up if you want some code examples. -- Chris Lee Mediawaveonline.com em. [EMAIL PROTECTED] ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 ""kaab kaoutar"" <[EMAIL PROTECTED]> wrot

[PHP] checkboxes & sessions

2001-02-20 Thread kaab kaoutar
Hi folks! How can i do the following using php: in a page i have many checkboxes that were generated dynamically, the user may check many of them, i want that when a checkbox is checked, add it to a session variable ! i thaught of using javascript, but i can't use session variables in javascrip