I am using PHP V4.3 with the following code. I get these error, it is quite strange.
example in code
// array in a form of question
$thisArr = array('housekeeping1', 'housekeeping2', 'housekeeping3', 'housekeeping4', 'housekeeping5');
foreach( $thisArr as $key=>$val) {
echo $_POST[$val] ;
}
I will get an error,
Notice: Undefined index: housekeeping1 in in ..\logbook_table_class.inc on line 7