session_start();
ob_start();
include ("include/statictable.php");
include"include/conn.php";
include_once("include/analyticstrack.php");
$cnic="";
$job="";
if(isset($_SESSION['cnic']) && $_SESSION['cnic']!=""){
$cnic=$_SESSION['cnic'];
$_SESSION['cnic']="";
}
if(isset($_SESSION['job']) && $_SESSION['job']!=""){
$job=$_SESSION['job'];
$_SESSION['job']="";
}
if($cnic=="" || $job==""){
header("Location: application_track.php");
}
//echo var_dump($_REQUEST);
//echo "---".$_SESSION['cnic']."----".$_SESSION['job'];
$job_print_sql="select jc.gr_advertisement_no, jc.case_no, jc.job_title, jc.subject_name, jc.gr_department_name, jc.ministry_name, jc.grade, jc.gr_job_exp, jc.gr_exp_req, d.domicile_name, dt.gr_district, ga.*
from new_gr_app ga, gr_job_cache jc, domicile d, district dt
where ga.gr_job_id = jc.gr_job_id
and ga.gr_domicile = d.domicile_code
and ga.gr_district_domicile = dt.gr_district_id
and ga.gr_new_nic ='$cnic'
and ga.gr_job_id =$job";
//echo $job_print_sql; exit;
$job_print_rs = OCIParse($conn, $job_print_sql);
OCIExecute($job_print_rs);
OCIFetchInto($job_print_rs,$job_print_row, OCI_ASSOC);
OCIExecute($job_print_rs, OCI_DEFAULT);
OCIFetchInto($job_print_rs, $arr, OCI_ASSOC+OCI_RETURN_LOBS);
ocifreestatement($job_print_rs);
$aid = $job_print_row['GR_APPLICANT_ID'];
$disability_claim = $job_print_row['GR_DISABILITY'];
$disability_helper = $job_print_row['GR_HELPER'];
$job_bank_district="select d.gr_district
from new_gr_app nga, district d
where nga.gr_bank_district = d.gr_district_id
and nga.gr_new_nic ='$cnic'
and nga.gr_job_id =$job";
//echo $job_print_sql; exit;
$job_bank_district_rs = OCIParse($conn, $job_bank_district);
OCIExecute($job_bank_district_rs);
OCIFetchInto($job_bank_district_rs,$job_bank_district_row, OCI_ASSOC);
?>
Application Print
FEDERAL PUBLIC SERVICE COMMISSION
Website: www.fpsc.gov.pk
Email: fpsc@fpsc.gov.pk
Fax: 051-9213386-9203410
UAN: 051-111-000-248
Sector F-5/1, Aga Khan Road,Islamabad
Online Application Form for Candidate's Record
FOR RECRUITMENT TO BS-16 and ABOVE POSTS
Consolidated Advertisement No.
Case No.
Subject (If Applicable)
Name of Post Applied for
()
Application Fee Paid of Rs.
Fee deposited Date
Bank Name
Bank Branch and Code
Bank Location District
1)
Name of Applicant:
2)
Father's/ Husband's Name:
3)
Date of Birth:
4)
CNIC Number:
5a)
Gender:
b)Religion:
6a)
Self Domicile:
b)District of Domicile:
7a)
Test Centre:
b)Interview Centre:
8)
Age Relaxation Claimed:
if($job_print_row['GR_AGEREX1']==1){
print "NOT CLAIMED (WITHIN AGE LIMIT)";
}
if($job_print_row['GR_AGEREX1']==2){
print "GOVT. SERVANT INCLUDING SERVING IN ARMED FORCES";
}
if($job_print_row['GR_AGEREX1']==3){
print "ARMED FORCES RELEASED/ RETIRED COMMISSIONED OFFICER/ PERSONNEL";
}
if($job_print_row['GR_AGEREX1']==4){
print "SCHEDULED CASTE";
}
if($job_print_row['GR_AGEREX1']==5){
print "BUDDHIST COMMUNITY";
}
if($job_print_row['GR_AGEREX1']==6){
print "AZAD KASHMIR";
}
if($job_print_row['GR_AGEREX1']==7){
print "GILGIT BALTISTAN";
}
if($job_print_row['GR_AGEREX1']==8){
print "RECOGNIZED TRIBAL AREAS";
}
if($job_print_row['GR_AGEREX1']==9){
print "SON/DAUGHTER OR WIDOW OF DECEASED CIVIL SERVANT WHO DIED DURING GOVT.SERVICE";
}
?>
9)
Postal Address:
10a)
Mobile Number:
b)Phone Office/ Residence:
c)
E-Mail Address:
11a)
Disability Claimed?:
if($disability_claim=='N'){
print "NOT CLAIMED";
$disability_helper = 'NIL';
}
if($disability_claim=='V'){
print "VISUAL IMPAIRED (BLIND)";
}
if($disability_claim=='P'){
print "PHYSICALLY IMPAIRED";
}
if($disability_claim=='H'){
print "HEARING/ SPEECH IMPAIRED (DEAF & DUMB)";
}
?>
b)Helper Required?:
if($disability_helper=='NIL'){
print "NIL";
}
if($disability_helper=='NH'){
print "NO HELPER REQUIRED";
}
if($disability_helper=='W'){
print "WRITER";
}
if($disability_helper=='C'){
print "COMPUTER";
}
if($disability_helper=='AR'){
print "AUDIO RECORDER";
}
?>
12)
Qualification/ Experience(As advertised):
13a)
Do you posses above Qualification/ Experience:
b)Result Declaration Date:
if($job_print_row['GR_EXP_REQ']=='YES'){
?>
14)
Academic Qualifications:
1
if($job_print_row['GR_UNIVERSITY_ID1']==57){
print strtoupper($job_print_row['GR_BOARD_OTHER1']);
}
else {
print strtoupper($job_print_row['GR_UNIVERSITY_NAME1']);
}
?>
2
if($job_print_row['GR_UNIVERSITY_ID2']==57){
print strtoupper($job_print_row['GR_BOARD_OTHER2']);
}
else {
print strtoupper($job_print_row['GR_UNIVERSITY_NAME2']);
}
?>
3
if($job_print_row['GR_UNIVERSITY_ID3']==57){
print strtoupper($job_print_row['GR_BOARD_OTHER3']);
}
else {
print strtoupper($job_print_row['GR_UNIVERSITY_NAME3']);
}
?>
4
if($job_print_row['GR_UNIVERSITY_ID4']==57){
print strtoupper($job_print_row['GR_BOARD_OTHER4']);
}
else {
print strtoupper($job_print_row['GR_UNIVERSITY_NAME4']);
}
?>
5
if($job_print_row['GR_UNIVERSITY_ID5']==57){
print strtoupper($job_print_row['GR_BOARD_OTHER5']);
}
else {
print strtoupper($job_print_row['GR_UNIVERSITY_NAME5']);
}
?>
-: 2 :-
15)
EMPLOYMENT RECORDS/EXPERIENCE:(Describe employments, include all appointments held, professional practice, self employment).
} //end of if Experience is REQUIRED
else {?>
-: 2 :-
14)
Academic Qualifications:
1
if($job_print_row['GR_UNIVERSITY_ID1']==57){
print strtoupper($job_print_row['GR_BOARD_OTHER1']);
}
else {
print strtoupper($job_print_row['GR_UNIVERSITY_NAME1']);
}
?>
2
if($job_print_row['GR_UNIVERSITY_ID2']==57){
print strtoupper($job_print_row['GR_BOARD_OTHER2']);
}
else {
print strtoupper($job_print_row['GR_UNIVERSITY_NAME2']);
}
?>
3
if($job_print_row['GR_UNIVERSITY_ID3']==57){
print strtoupper($job_print_row['GR_BOARD_OTHER3']);
}
else {
print strtoupper($job_print_row['GR_UNIVERSITY_NAME3']);
}
?>
4
if($job_print_row['GR_UNIVERSITY_ID4']==57){
print strtoupper($job_print_row['GR_BOARD_OTHER4']);
}
else {
print strtoupper($job_print_row['GR_UNIVERSITY_NAME4']);
}
?>
5
if($job_print_row['GR_UNIVERSITY_ID5']==57){
print strtoupper($job_print_row['GR_BOARD_OTHER5']);
}
else {
print strtoupper($job_print_row['GR_UNIVERSITY_NAME5']);
}
?>
} ?>
16)
Declaration:
I certify that the statements made by me in the answers to the foregoing questions are true, complete and correct to the best of my knowledge and belief. I fulfill all the requirements including educational qualification, experience, age, domicile etc. required for the post. Submission of fake/ forged documents and any misrepresentation or omission discovered even after appointment may render my appointment liable to termination in addition to the action decided by the Commission. I have also carefully read the General Instructions to the candidates and I am bound by the terms and conditions contained therein.
17)
Warning:
A candidate who knowingly furnishes any information or particulars which are false or suppresses material information, or attempts to influence the Commission, or officers or members of the staff of the Commission, or tries to obtain support for his/her candidature by improper means, or deliberately submits forged certificates, or tampers with the entries in his/her age, educational and other certificates, or misbehaves in the examination hall, or uses unfair means, or uses objectionable language, or is found guilty of mis-conduct during examination/ test/ interviews shall be dis-qualified from this examination or subsequent examinations/selections. He/she could also be debarred from future employment.
Applicant's Signature
Date