I have a simple HTML form whose contents are then posted to a PHP script which feeds the info to a mySQL database.
The form includes text boxes, drop down menus and 2 checkboxes.
I'm having no problem feeding the text box and drop down info to the database.
When the checkboxes are checked there's no problem either and
their value (YES) is fed into the DB.
THE PROBLEM arises when the checkbox is unchecked.
I recieve the following notice message:
Notice: Undefined index: C1 in c:\Inetpub\wwwroot\nurit\input.php on line 15
What do I need to do inorder to avoid getting this notice message?