in reply to Edge case for checkboxes when used to update data records

The two actual mistakes you're making are: 1. Using one CGI script to process multiple different forms. 2. Assuming you can trust anything sent by a web form.
  • Comment on Re: Edge case for checkboxes when used to update data records