include"../include/conn.php"; include_once "../include/statictable.php"; session_start(); //echo print_r($_SESSION); //exit; $cnic=""; $dob=""; if(isset($_SESSION["cnic"]) && $_SESSION["cnic"]!=""){ $cnic=$_SESSION["cnic"]; $dob=$_SESSION["dob"]; //$app_id=$_SESSION["app_id"]; //$app_name=$_SESSION["app_name"]; //$job_count=$_SESSION["job_count"]; //$_SESSION['cnic']=""; } //$job=$_SESSION["job"]; if($cnic==""){ header("Location: gr_marksheets.php"); } $app_sql="select distinct a.GR_APPLICANT_ID, a.ROLL_NO, A.GR_APPLICANT_NAME, A.GR_FATHER_NAME, A.CASENO, A.GR_JOB_TITLE, A.MIN_DEPT from gr_result_show a where a.gr_new_nic ='$cnic' and a.dob1=to_date('$dob','DD-MM-YYYY')"; //echo $app_sql;// exit; $app_rs = OCIParse($conn, $app_sql); OCIExecute($app_rs); while (OCIFetchInto($app_rs,$app_rs_result,OCI_ASSOC)) { $aid=$app_rs_result["GR_APPLICANT_ID"]; $rollno = $app_rs_result["ROLL_NO"]; $appname = $app_rs_result["GR_APPLICANT_NAME"]; $caseno = $app_rs_result["CASENO"]; $postname= $app_rs_result["GR_JOB_TITLE"]; //echo "<<<<<".$aid.">>>>>"; ?>
FEDERAL PUBLIC SERVICE COMMISSION |
|
|---|---|
![]() |
ONLINE MARKSHEET |
| UAN: 051-111-000-248 | |
| Roll No: | echo $app_rs_result["ROLL_NO"]?> |
| Name of Applicant: | echo $app_rs_result["GR_APPLICANT_NAME"]?> |
| Father's Name: | echo $app_rs_result["GR_FATHER_NAME"]?> |
| CNIC: | |
| Case No: | echo $app_rs_result["CASENO"]?> |
| Name of Post: | echo $app_rs_result["GR_JOB_TITLE"]?> |
| Ministry/Department: | echo $app_rs_result["MIN_DEPT"]?> |
Test Details |
Total Marks |
Qualifying Marks |
Obtained Marks |
|
|---|---|---|---|---|
Total Marks
|
||||
|
Result Status:
|
||||
|
This is computer generated report, needs no signature.
|
||||
Note: Detail Marksheets will remain available for 30 days. After this period, no request for issuance of marksheets will be entertained.