| Current Path : /var/www/html/mmishra/iws8/html/indem/webbioexam/biomedical/ |
| Current File : /var/www/html/mmishra/iws8/html/indem/webbioexam/biomedical/showentry.php.pg |
<center><table><tr><td colspan=2 align=center><h2>Indian Institute of Information Technology Allahabad</h2></td></tr>
<tr><td width=20% align=center><img src="logo.gif" width="75" height="78" /></td>
<td width=80% align=center>
(A University under Section 3 0f UGC Act 1956)<br>
A Centre of Excellence in Information Technology, Estd. By Min. of HRD, Govt. of India, New Delhi<br>
Devghat Jhalwa, Allahabad – 211012, U.P. (INDIA)<br>
Ph: 0532-2922025,2922067 Fax: 0532-2922081 <br>
Web: <a href="http://www.iiita.ac.in/">www.iiita.ac.in</a> Email: <a href="mailto:mtech@iiita.ac.in">mtech@iiita.ac.in</a>
</td></tr>
</table>
<hr><h3>Online Applicantion Received For M. Tech. 2012-2013 </h3></center>
<?php
include "javafunctions.inc";
include "functions.inc";
dbConnect();
$tbl = 'tbl_registration';
$sno = 0;
echo "
<table border=1>
<tr><td><b>Sr No.</b></td>
<td><b>Registration ID</b></td>
<td><b>Photo</b></td>
<td><b>Full Name/DoB/PoB/Gender/Father Name</b></td>
<td><b>Address/Contact Information</b></td>
<td><b>Application Fee Information</b></td>
<td><b>Stream and Prefrences</b></td>
<td><b>GATE Exam Details</b></td>
<td><b>Qualifying Degree</b></td>
<td><b>Working Experience</b></td>
</tr>";
$rs = mysql_query("select * from $tbl");
if ($rs) {
while ($o = mysql_fetch_object($rs)){
$sno = $sno + 1;
$regid = $o->regid;
$fullname = $o->fullname;
$dob = $o->dob;
$pob = $o->pob;
$gender = $o->gender;
$nationality = $o->nationality;
$fathername = $o->fathername;
$address = $o->address;
$state = $o->state;
$pincode = $o->pincode;
$phone = $o->phone;
$fax = $o->fax;
$email = $o->email;
$txntype = $o->txntype;
$txnnumber = $o->txnnumber;
$amount = $o->amount;
$depositdate = $o->depositdate;
$bankbranch = $o->bankbranch;
$stream = $o->stream;
$bi = $o->bi;
$hci = $o->hci;
$ins = $o->ins;
$mi = $o->mi;
$ro = $o->ro;
$se = $o->se;
$wcc = $o->wcc;
$ce = $o->ce;
$category = $o->category;
$ge_name = $o->ge_name;
$ge_discipline = $o->ge_discipline;
$ge_rank = $o->ge_rank;
$ge_year = $o->ge_year;
$qd_university = $o->qd_university;
$qd_discipline = $o->qd_discipline;
$qd_degree = $o->qd_degree;
$qd_examdate = $o->qd_examdate;
$qd_finalresultexpectedby = $o->qd_finalresultexpectedby;
$qd_minmarks = $o->qd_minmarks;
$qd_overallgrade = $o->qd_overallgrade;
$we_datefrom1 = $o->we_datefrom1;
$we_dateto1 = $o->we_dateto1;
$we_employer1 = $o->we_employer1;
$we_position1 = $o->we_position1;
$we_nature1 = $o->we_nature1;
$we_datefrom2 = $o->we_datefrom2;
$we_dateto2 = $o->we_dateto2;
$we_employer2 = $o->we_employer2;
$we_position2 = $o->we_position2;
$we_nature2 = $o->we_nature2;
$we_datefrom3 = $o->we_datefrom3;
$we_dateto3 = $o->we_dateto3;
$we_employer3 = $o->we_employer3;
$we_position3 = $o->we_position3;
$we_nature3 = $o->we_nature3;
$photo = $o->photo;
$app_status = $o->app_status;
echo "<tr>
<td>".$sno."</td>
<td>".$regid."</td>
<td><img src='$photo' height='75' width='75' /></td>
<td>".ucwords($fullname)."<br>".$dob."<br>".ucwords($pob)."<br>".ucwords($gender)."<br>".ucwords($nationality)."<br>".ucwords($fathername)."<br></td>
<td>".ucwords($address)."<br>".ucwords($state)."<br>".$pincode."<br>Contact No. ".$phone."<br>FAX No. ".$fax."<br>Email ".$email."<br></td>
<td>".ucwords($category)."<br>".ucwords($amount)."<br>".ucwords($txntype)."<br>".$txnnumber."<br>".$depositdate."<br>".ucwords($bankbranch)."<br></td>
<td>".ucwords($stream); if ($bi) echo "<br>BI=".$bi; if ($hci) echo "<br>HCI=".$hci; if ($ins) echo "<br>IS=".$ins; if ($ro) echo"<br>RO=".$ro; if ($se) echo "<br>SE=".$se; if ($mi) echo"<br>MI=".$mi; if ($wcc) echo"<br>WCC=".$wcc; if ($ce) echo "<br>CE=".$ce; echo "<br></td>
<td>".ucwords($ge_name)."<br>".ucwords($ge_discipline)."<br>".$ge_year."<br>".$ge_rank."<br></td>
<td>".ucwords($qd_university)."<br>".ucwords($qd_discipline)."<br>".ucwords($qd_degree)."<br>".$qd_examdate."<br>".$qd_finalresultexpectedby."<br>".$qd_minmarks."<br>".$qd_overallgrade."<br></td>
<td><table border=1>
<tr><td>".$we_datefrom1."<br>".$we_dateto1."<br>".ucwords($we_employer1)."<br>".ucwords($we_position1)."<br>".ucwords($we_nature1)."<br></td>
<td>".$we_datefrom2."<br>".$we_dateto2."<br>".ucwords($we_employer2)."<br>".ucwords($we_position2)."<br>".ucwords($we_nature2)."<br></td>
<td>".$we_datefrom3."<br>".$we_dateto3."<br>".ucwords($we_employer3)."<br>".ucwords($we_position3)."<br>".ucwords($we_nature3)."<br></td>
</tr>
</table>
</td></tr>";
}}
echo "
</table>
";
?>