include"../include/conn.php";
include_once "../include/statictable.php";
session_start();
//echo print_r($_SESSION);
$cnicno="";
$job="";
if(isset($_SESSION["cnic"]) && $_SESSION["cnic"]!=""){
$cnicno=$_SESSION["cnic"];
$_SESSION['cnic']="";
}
//$job=$_SESSION["job"];
if($cnicno==""){
header("Location: stenographer_2014.php");
}
$app_sql="select r.gr_applicant_id from new_gr_app_master r
where r.GR_NEW_NIC='$cnicno'";
// 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.">>>>>";
$cnic_sql="select * from gr_stenographer_2014_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.
|
REACH EXAMINATION CENTRE AT LEAST 30 MINUTES BEFORE THE TIME FIXED FOR START OF TEST.
|
| 2.
|
YOU WILL NOT BE ALLOWED TO APPEAR IN THE TEST IN ANY CASE, IF YOU DO NOT PRESENT/ PRODUCE THE FOLLOWING TO THE SUPERVISORY STAFF:
-
Admission Certificate.
-
Original Computerized National Identity Card(CNIC).
-
Original Treasury Receipt(TR) of the fee deposited within closing date as per rates prescribed for the post applied for.
|
| 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 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 test.
|
| 6.
|
Admission certificates alongwith syllabus/subjects are issued separately for each post. In case you are a candidate for more than one post, check scheduled date,batch number and time properly and in case of any clash, contact FPSC Islamabad or it's nearest provincial/ regional office immediately.
|
| 7.
|
NO REQUEST FOR CHANGE OF CENTRE WILL BE ENTERTAINED.
|
| 8.
|
You should bring your own blue/black ball pen,lead pencil/sharpener to be used in the test.
|
| 9.
|
No TA/DA will be admissible for appearing in the test.
|
| 10.
|
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.
|
| 11.
|
Bringing in Arms Ammunition, Explosive Material etc., in the Examination Hall is strictly prohibited.
|
| 12.
|
Come in proper dress, shorts are not allowed.
|
| 13. |
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 examination/test.
|