query("INSERT INTO emergency_contacts(`uid`) VALUES ('{$u['uid']}')"); $id = $mysqli->insert_id; $ecs[$id] = emergency_contact_load($mysqli, $id); $vals["emerg{$i}_id"] = $id; } post_text($ecs[$id]["firstname"], "emerg{$i}_firstname"); post_text($ecs[$id]["lastname"], "emerg{$i}_lastname"); post_text($ecs[$id]["relation"], "emerg{$i}_relation"); post_text($ecs[$id]["email"], "emerg{$i}_email"); post_text($ecs[$id]["phone1"], "emerg{$i}_phone1"); post_text($ecs[$id]["phone2"], "emerg{$i}_phone2"); post_text($ecs[$id]["phone3"], "emerg{$i}_phone3"); filter_phone($ecs[$id]["phone1"]); filter_phone($ecs[$id]["phone2"]); filter_phone($ecs[$id]["phone3"]); emergency_contact_save($mysqli, $ecs[$id]); $vals["emerg{$i}_phone1"] = $ecs[$id]["phone1"]; $vals["emerg{$i}_phone2"] = $ecs[$id]["phone2"]; $vals["emerg{$i}_phone3"] = $ecs[$id]["phone3"]; } incomplete_check($mysqli, $ret, $u, $page_id, true); form_ajax_response(array('status'=>0, 'missing'=>$ret, 'val'=>$vals)); exit(); } $help = '

Please provide the name and phone number of at least one adult who can be contacted during the fair in case of emergency. '; sfiab_page_begin($u, "Student Emergency Contact", $page_id, $help); ?>

"Parent",'legalguardian'=>"Legal Guardian",'grandparent'=>"Grandparent", 'familyfriend'=>"Family Friend", 'other'=>"Other"); form_begin($form_id, 's_emergency.php', $closed); for($x=count($ecs); $x < 2; $x++) { $ec = array('id' => 0); $ecs[-$x] = $ec; } $x = 0; foreach($ecs as $id=>&$ec) { $x += 1; ?>

Emergency Contact