I am stumped. (But then I'm no expert programmer!)
I had modified a working form to include an upload script but now that it's using enctype="multipart/form-data" I can no longer seem to get at the checkbox array $_POST data. It sees it as an array, which is good I guess, but I haven't managed to do anything with it.
So right now mysql is only storing the value of the last checkbox on the page...and of course I can no longer have those checkboxes preselected because it doesn't recognize anything.
I've searched far and wide and this seems to be a bit of an obscure issue; anyone have any insights/advice?
Thanks.