If I remember correctly, the easy way to do this is to give the check boxes names that will cause them to form an array when POSTed (i.e. 'boxes[box1]').
Then in the PHP, you can just do
PHP Code:
$checked = count($_POST['boxes']);
Hope this helps.
Tom
__________________
My site: Please login or register to view this content. Registration is FREE