conn=mysql_connect(localhost,DB_USER,DB_PASS) or print mysql_error(); $this->links=mysql_select_db(DB_DATABASE,$this->conn) or print mysql_error(); } public function fetchall($tbl,$conditon=1) { $this->result=mysql_query("select * from $tbl where ".$conditon."") or print mysql_error(); if($this->total()>0) { while($d=mysql_fetch_array($this->result)) { $data[]=$d; } return $data; } return array(); } public function query($sql) { $this->result=mysql_query($sql) or print mysql_error(); return $this->result; } public function total() { $row=mysql_num_rows($this->result) or print mysql_error(); return $row; } public function fetch($res) { $row=mysql_fetch_assoc($res) or print mysql_error(); return $row; } public function fetchone($tbl,$cond) { $sql="select * from $tbl where ".$cond; $this->result=mysql_query($sql) or print mysql_error(); if(mysql_num_rows($this->result) >0) { $d=mysql_fetch_array($this->result); return $d; } } public function getURNumber() { $this->result=mysql_query("SELECT MAX(UR_Number) AS TT FROM user_gendetails WHERE type!='OFFLINE'"); list($reg_id)=mysql_fetch_array($this->result); $reg_id++; return $reg_id; } public function insertAndUpdate($data){ $ur_id=intval($data['ur_id']); $student_doc=$data['student_doc']; $student_title=$data['student_title']; $result=false; if($ur_id>0){ list($is_data)=mysql_fetch_array(mysql_query("SELECT COUNT(*) as tt FROM student_document WHERE ur_id=".$ur_id." AND student_title='".$student_title."' ")); if($is_data==0){ $result=$this->insert('student_document',$data); }else{ $newdata['student_doc']=$student_doc; $cond=" ur_id=".$ur_id." AND student_title='".$student_title."' "; $result=$this->update('student_document',$newdata,$cond); } } return $result; } public function insert($tbl,$data) { foreach ($data as $key => $value) $items[]="$key='".mysql_escape_string($value)."'"; $str="Insert into ".$tbl." set ".implode(',',$items); mysql_query($str)or print mysql_error(); return mysql_insert_id(); } public function update($tbl,$data,$cond) { foreach ($data as $key => $value) $items[]="$key='".mysql_escape_string($value)."'"; $str="Update ".$tbl." set ".implode(',',$items)." where ".$cond; mysql_query($str) or print mysql_error(); return mysql_affected_rows(); } public function delete($tbl,$cond) { $sqld="delete from $tbl where ".$cond; mysql_query($sqld); return mysql_affected_rows(); } public function multidel($tbl,$cond) { $sql = "DELETE FROM $tbl WHERE ".$cond; mysql_query($sql); return mysql_affected_rows(); } } /////////////////////////////////////////////////////////// function redirect($url) { header('location:'.$url); } ?> Registration Form
King George's Medical University, Lucknow
Chowk Uttar Pradesh Lucknow-226003
(A Govt. of UP Organization)
No. : 8594/SR  Registration No: 1799
Department *
Post Category

Medical Council
Registration Detail:*

Reg. No. Date
  / /
Payment Mode*
Payment By NEFT
Detail of NEFT Transaction:* Date    
Bank Name
Candidate's Name:
Father's/Husband's Name:*
Gender:*
Date of Birth:* / / AGE Limit shall be as per MCI norms
Nationality:
Upload Photo:
State of Domicile:*
Category:*
Caste. cert. No: (only for SC,ST and OBC)
  Issue Date : Pick a date
Is Handicaped : Yes No
Marital Status:*
Identity Proof:
Sr.No. Identity Proof Document No
1 Voter Id Card
2 Driving License
3 PAN Card
4 Passport
5 AADHAR Card
Mailing Address:*
Address: Line 1:
  Line 2:
District:  
State:  
Pincode:   (Please enter numeric pin code)
Phone: -
Extension: (If any)
Mobile:
E- mail:
Permanent Address:                                 Same as mailing Adress:
Address: Line 1:
Line 2:
District:  
State:  
Pincode:   (Please enter numeric pin code)
Phone: -
Extension:  (If any)
Mobile:
E- mail:
Academic Qualification:
Examination Passed Name of Institution/College Board/University Year of Passing % Marks Subject/Speciality
Matriculation
Intermediate
Graduation
Post Graduation
Professional(Specify)
Professional(Specify)
Other(Specify)
Other(Specify)
Employment Detail:
Organization Designation

Job Description

Pay scale with grade pay(salary) Duration
From To
 
Declaration
I hereby declare that all statements madein the application are true, complete and correct to the best of my knowledge and belief. I solemnly affirm that if any material fact has been suppressed by me, my candidature shall stand immediately cancelled without any notice. In this matter decision of the Institute shall be final and binding on me
Document upload will be enabled after you click "Submit"
Please Check All The Particulars Before Submitting The Form