array( 'q1' => $int_det_q1, 'q2' => $int_det_q2, 'q3' => $int_det_q3, 'q4' => $int_det_q4, 'q5' => $int_det_q5, 'q6' => $int_det_q6, 'q7' => $int_det_q7, 'q8' => $int_det_q8, 'q9' => $int_det_q9, 'q10' => $int_det_q10, 'q11' => $int_det_q11, 'q12' => $int_det_q12, 'q13' => $int_det_q13, 'q14' => $int_det_q14, 'q15' => $int_det_q15, 'q16' => $int_det_q16), 'interviewer' => array( 'name' => $int_det_interviewer, 'int_date' => $int_det_int_date, 'int_position' => $int_det_int_pos, 'sign' => $int_det_sign, 'sign_date' => $int_det_sign_date), 'verifier' => array( 'verify_name' => $int_det_verifier , 'verify_position' => $int_det_verifier_pos, 'verify_sign' => $int_det_sign_verify, 'verify_sign_date' => $int_det_sign_verify_date), 'approver' => array( 'approve_name' => $int_det_approver, 'approve_position' => $int_det_approver_pos, 'approve_sign' => $int_det_sign_approve, 'approve_sign_date' => $int_det_sign_approve_date), 'status' => $int_det_status ) ; $array_int_det = jsonEncodeDecode('encode', $array_int_det) ; // print_r($array_int_det);exit; $old_record = ''; $mysqli_record = $mysqli->query("select employment_interview_details from staff_employment where employment_id = '".$page."' limit 1"); if ($mysqli_record->num_rows > 0 ){ $old_record = $mysqli_record->fetch_array(MYSQLI_ASSOC)['employment_interview_details']; }else{ $old_record = '-'; } $record = array( "old_record" => $old_record, "new_record" => $array_int_det, ); $record = jsonEncodeDecode('encode', $record) ; if($mysqli->query("UPDATE staff_employment SET employment_interview_details = '".$array_int_det."' WHERE employment_id = '".$page."'")){ $descrition = $_SESSION['system_name'].'(username) update the employment interview details'; $mysqli->query("INSERT INTO system_log_employment (log_table, log_action, log_page_id, log_page_name, log_user_id, log_description, log_record, log_date) VALUES ('employment', 'update-interview_det', '200', 'AF-".$page."', '".$_SESSION["system_id"]."', '".$descrition."', '".$record."', NOW())"); } // refresh page header("Location:?page_mode=edit_interview_det&page=".$page."&success=1&select_worker=Local") ; exit ; } // start header here include 'requires/page_header.php' ; if ( $hide_title == false ){ include 'requires/page_top.php' ; } $user_profile = jsonEncodeDecode('decode', $row_page['employment_file']) ; $int_det_content = jsonEncodeDecode('decode', $row_page['employment_interview_details']) ; $int_det_question_con = $int_det_content['question']; $int_det_interviewer_con = $int_det_content['interviewer']; $int_det_verifier_con = $int_det_content['verifier']; $int_det_approver_con = $int_det_content['approver']; $int_det_status_con = $int_det_content['status']; if ( $hide_title == true && $_GET['success'] == '1' ){ echo ' ' ; } ?>
 
 
Picture:  
 
Name:  
 
Designation: query($mysqli_query) ; if ($mysqli_position->num_rows > 0){ while($row_position = $mysqli_position->fetch_array(MYSQLI_ASSOC)){ echo $row_position['job_position_desc']; } } ?>  
 
Department: query($mysqli_query) ; if ($mysqli_department->num_rows > 0){ while($row_department = $mysqli_department->fetch_array(MYSQLI_ASSOC)){ echo $row_department['department_desc']; } } ?>  
 
Attritube:
1. Appearance (professional dress, grooming)
2. Poise, self-confidence, 1st impression
3. Verbal communication skills (articulate, clear)
4. Listening ability and non-verbal communication
5. Clarity of career interests and goals
6. Ability to link prior work experience to position
7. Knowledge of industry
8. Preparation for interview
9. Quality of questions
10. Interest in & enthusiasm toward opportunity
11. Strength of competence / skills for position / work
12. Overall impression of candidate’s performance
13. Recommended pay
14. Probationary Period months
15. Result
16. Recommendations / high lights of the interview
 
 
Form Status :  
:  
: query($mysqli_query) ; if ($mysqli_user->num_rows > 0){ echo ' ' ; } ?>    
:  
 
 
 
 
 
 
: query($mysqli_query) ; if ($mysqli_user->num_rows > 0){ echo ' ' ; } ?>    
:  
 
 
 
 
 
 
: query($mysqli_query) ; if ($mysqli_user->num_rows > 0){ echo ' ' ; } ?>    
:  
 
 
 
 
 
 
Click To Sign Here
'; }else if ($int_det_status_con == 'Verify') { echo ' '; }else if ($int_det_status_con == 'Approve') { echo ' '; } ?>
 
 
 
 
'.$lang['submit'].' '; } ?>