| Current Path : /var/www/html/mmishra/indem/pks-ec/medical/ |
| Current File : /var/www/html/mmishra/indem/pks-ec/medical/findedit.php |
<?php
$tbl = 'registration';
$enrollno1 = $_REQUEST["enrollno1"];
$rs = mysql_query("select * from $tbl where enrollno='$enrollno1'");
while ($o = mysql_fetch_object($rs)) {
$enrollno = $o->enrollno;
$program = $o->program;
$fullname = $o->fullname;
$dob = $o->dob;
$gender = $o->gender;
$bg = $o->bg;
$nationality = $o->nationality;
$category = $o->category;
$fathername = $o->fathername;
$mothername = $o->mothername;
$address = $o->address;
$city = $o->city;
$pincode = $o->pincode;
$state = $o->state;
$phone = $o->phone;
$mobile = $o->mobile;
$email = $o->email;
$comaddress = $o->comaddress;
$comcity = $o->comcity;
$compincode = $o->compincode;
$comstate = $o->comstate;
$compolicestation = $o->compolicestation;
$comphone = $o->comphone;
$commobile = $o->commobile;
$comemail = $o->comemail;
$fpgname = $o->fpgname;
$relation = $o->relation;
$fpgaddress = $o->fpgaddress;
$fpgcity = $o->fpgcity;
$fpgpincode = $o->fpgpincode;
$fpgstate = $o->fpgstate;
$fpgphone = $o->fpgphone;
$fpgemail = $o->fpgemail;
$maritalstatus = $o->maritalstatus;
$spousename = $o->spousename;
$spouseage = $o->spouseage;
$spouseaddress = $o->spouseaddress;
$spousecity = $o->spousecity;
$spousepincode = $o->spousepincode;
$spousestate = $o->spousestate;
$spousephone = $o->spousephone;
$spouseemail = $o->spouseemail;
$children = $o->children;
$fchildname = $o->fchildname;
$fchildage = $o->fchildage;
$fchildgender = $o->fchildgender;
$fchildaddress = $o->fchildaddress;
$fchildcity = $o->fchildcity;
$fchildpincode = $o->fchildpincode;
$fchildstate = $o->fchildstate;
$fchildphone = $o->fchildphone;
$fchildemail = $o->fchildemail;
$schildname = $o->schildname;
$schildage = $o->schildage;
$schildgender = $o->schildgender;
$schildaddress = $o->schildaddress;
$schildcity = $o->schildcity;
$schildpincode = $o->schildpincode;
$schildstate = $o->schildstate;
$schildphone = $o->schildphone;
$schildemail = $o->schildemail;
$pediseases1 = $o->pediseases1;
$pediseases2 = $o->pediseases2;
$pediseases3 = $o->pediseases3;
$pediseases4 = $o->pediseases4;
$pediseases5 = $o->pediseases5;
}
?>