include"../include/conn.php"; include_once "../include/statictable.php"; session_start(); //header('Location:http://www.fpsc.gov.pk'); //echo print_r($_SESSION); $cnicno=""; $job_id=""; if(isset($_SESSION["cnic"]) && $_SESSION["cnic"]!=""){ $cnicno=$_SESSION["cnic"]; $app_id=$_SESSION["app_id"]; $app_name=$_SESSION["app_name"]; $job_count=$_SESSION["job_count"]; $job_id=$_SESSION["job"]; $_SESSION['cnic']=""; $_SESSION['job']=""; } //$job=$_SESSION["job"]; if($cnicno=="" || $job_id==""){ header("Location:gr_phase1_answer_key_2024.php"); } $app_sql1="select * from gr_phase_i_2024_ac a , gr_job_post b where a.gr_job_id = b.gr_job_id and a.gr_new_nic ='$cnicno' and b.gr_job_id = $job_id and b.gr_answer_key is not null and b.gr_answer_key_status = 1"; //echo $app_sql1; exit; $app_rs1 = OCIParse($conn, $app_sql1); OCIExecute($app_rs1); OCIFetchInto($app_rs1,$app_rs_result1,OCI_ASSOC); $app_sql="select max(r.gr_applicant_id) AS GR_APPLICANT_ID from new_gr_app_master_12_2017 r where r.GR_NEW_NIC='$cnicno' AND R.GR_PHOTO IS NOT NULL"; //echo $app_sql;// exit; $app_rs = OCIParse($conn, $app_sql); OCIExecute($app_rs); OCIFetchInto($app_rs,$app_rs_result,OCI_ASSOC); $aid=$app_rs_result["GR_APPLICANT_ID"]; //echo "<<<<<".$aid.">>>>>"; ?>
| Note: This 'Answer Key' is for the specific paper as related to the case and is a publically accessible document. It by No Means implies a result in any specific case and does not accrue any rights at any end. |