include"../include/conn.php";
include_once "../include/statictable.php";
//session_start(); echo "-----";print_r($_SESSION);
//echo print_r($_SESSION);
$cnicno="";
$job="";
if(isset($_SESSION["cnic"]) && $_SESSION["cnic"]!=""){
$cnicno=$_SESSION["cnic"];
$_SESSION['cnic']="";
$app_id=$_SESSION["app_id"];
}
//$job=$_SESSION["job"];
if($cnicno==""){
header("Location: aps_phase1_2017.php");
}
$flag=0;
$app_sql="select r.gr_applicant_id from new_gr_app_master_08_2015 r
where r.GR_NEW_NIC='$cnicno'
and r.gr_applicant_id=$app_id";
//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"];
$flag=1;
if ($aid==''){
$app_sql="select r.gr_applicant_id from new_gr_app_master r
where r.GR_NEW_NIC='$cnicno'
and r.gr_applicant_id=$app_id";
// 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"];
$flag=2;
}
//echo "<<<<<".$aid.">>>>>";
$cnic_sql="select * from aps_phase_1_2017_ac ph where ph.GR_NEW_NIC='$cnicno' order by ph.test_date,ph.test_time";
//echo $cnic_sql;// exit;
$cnic_rs = OCIParse($conn, $cnic_sql);
OCIExecute($cnic_rs);
while (OCIFetchInto($cnic_rs,$cnic_result,OCI_ASSOC))
{
$gb_app_batchno=$cnic_result["GR_BATCH_NO"];
$gb_app_rollno=$cnic_result["GR_ROLL_NO"];
$gb_app_name=$cnic_result["GR_APPLICANT_NAME"];
$gb_father_name=$cnic_result["GR_FATHER_NAME"];
$gb_sub_center_name=$cnic_result["SUB_CENTER"];
$gb_sub_center_hall=$cnic_result["SUB_CENTER_HALL"];
$gb_test_date=$cnic_result["TEST_DATE"];
$gb_test_time=$cnic_result["TEST_TIME"];
$gb_test_session=$cnic_result["TEST_SESSION"];
$gb_case_no=$cnic_result["CASE_NO"];
$gb_post_name=$cnic_result["POST_NAME"];
$gb_post_subject=$cnic_result["SUBJECT"];
$gb_test_specs=$cnic_result["TEST_SPEC"];
//echo "~~~~~~~~`".$css_rollno;
?>
|
|
| INSTRUCTIONS FOR ADMISSION IN THE EXAMINATION HALL
|
| 1.
|
YOU WILL NOT BE ALLOWED TO APPEAR IN THE TEST IN ANY CASE IF YOU FAIL TO PRODUCE THE FOLLOWING DOCUMENTS TO THE SUPERVISORY STAFF BEFORE START OF TEST:-
-
Original Treasury Receipt(TR) of fee payment made within closing date for the post applied for (Note: Except Original Treasury Receipt (TR) no other document such as Photocopy/ Scanned Copy/ Bank Scroll/ Bank or Treasury Office Certificate would be acceptable).
-
Original CNIC.
-
Downloaded copy of Admission Certificate.
|
| 2.
|
REACH EXAMINATION CENTRE AT LEAST 30 MINUTES BEFORE THE TIME FIXED FOR START OF EXAMINATION.
|
| 3.
|
Candidates are provisionally admitted in the Test/Examination. Eligibility of the candidates in terms of Recruitment Rules and the advertised conditions shall be determined after the conduct of Professional/Screening Test/Examination.
|
| 4.
|
On detailed scrutiny of documents if found ineligible your candidature will be rejected irrespective of the fact whether you have appeared in the examination/test or even qualified therein. Therefore, make sure before appearing in the examination/test that you are eligible in all respects for the post(s),applied for.
|
| 5.
|
No candidate will be admitted to the Examination Hall after start of the paper.
|
| 6.
|
Disabled candidates(visually impaired)will be provided helper/writer or computer if they have made a request in their online application. However, this facility is available at FPSC, Islamabad only.
|
| 7.
|
Admission certificates alongwith syllabus/subjects are displayed on the website of FPSC separately for each post. In case you are a candidate for more than one post, check scheduled date and time properly and in case of any clash, contact FPSC Islamabad or it's nearest provincial/ regional office immediately.
|
| 8.
|
NO REQUEST FOR CHANGE OF CENTRE WILL BE ENTERTAINED.
|
| 9.
|
You should bring your blue/black marker to be used in the test.
|
| 10.
|
No TA/DA will be admissible for appearing in the test.
|
| 11.
|
Mobile phones/likewise Devices, books, purses are strictly prohibited in the examination hall. FPSC will not be responsible for their security or loss of such prohibited items.
|
| 12.
|
For use of calculator, Follow the instruction given in the syllabus available on FPSC website for the relevant post/subject.
|
| 13.
|
Bringing in Arms Ammunition, Explosive Material etc., in the Examination Hall is strictly prohibited.
|
| 14.
|
Come in proper dress, shorts are not allowed.
|
| 15. |
The Commission reserves the right to interview any number of candidates at the top of the merit list drawn against each post on the basis of written examination/test.
|