I am trying to build a form that will store checkbox data in my database. I found this great article: http://www.phpbuilder.com/columns/laflamme20001016.php3 and have copied the code exactly to try to learn how this works. Everything seems to work perfectly except when updating the database with the checked boxes. Can anyone tell me why the database is not being updated with the checked boxes? Thanks.