BTW...
I tried print_r($_POST); to see what's set and what's not.
Nothing is printed for that particular field, even when the boxes are checked. It will print out everything else that's selected on the form though.
I double checked the output html code and it prints correctly. I even typed it manually just to make sure.
I tried an "Echo $FN1" to see what it's set to, but nothing prints.
I echoed the INSERT query to make sure it's set right. It works fine. In fact, everything else is successfully being inserted into the database.
I'm pretty sure that it's echoing '', as stated in my else statement, but I can't figure out why. The checkboxes are checked, the values look correct.... I'm going insane!
Any suggestions?
Thanks, your help is greatly appreciated!