Re: [PHP] Re: Dummy question about knowing marked checkboxes

2005-05-30 Thread Mikey
[EMAIL PROTECTED] wrote: The name property currrently set as the value of name='interesses' ... should be different for each different checkbox. Then you test for the value of 'on' or 'off'. If the checkbox is checked then the default value will be 'on'. In your code you have set values but th

[PHP] Re: Dummy question about knowing marked checkboxes

2005-05-30 Thread info
The name property currrently set as the value of name='interesses' ... should be different for each different checkbox. Then you test for the value of 'on' or 'off'. If the checkbox is checked then the default value will be 'on'. In your code you have set values but those are not strictly neces