array() ); foreach($a as $a_type) { $p['safety'][$a_type] = NULL; } } $page_id = 's_safety'; $action = ''; if(array_key_exists('action', $_POST)) { $action = $_POST['action']; } switch($action) { case 'save': if($closed) exit(); foreach($a as $f) { if(!array_key_exists($f, $_POST)) { $p['safety'][$f] = NULL; } else { post_bool($p['safety'][$f], $f); } } if($logged_in) { project_save($mysqli, $p); incomplete_check($mysqli, $ret, $u, $page_id, true); } break; } $incomplete_fields = array(); if($logged_in) { incomplete_check($mysqli, $incomplete_fields, $u, $page_id); } else { incomplete_fields_check(NULL, $incomplete_fields, $page_id, $p); } $help = '
Please complete all the questions on this page about safety'; sfiab_page_begin($u, "Project Safety", $page_id, $help); ?> 'No', 1=>'Yes'); ?>