| Current Path : /var/www/html/mmishra/mm/uprtou1/www.uprtou.ac.in/ |
| Current File : /var/www/html/mmishra/mm/uprtou1/www.uprtou.ac.in/admitcard10.php |
<table width='100%'>
<tr valign='top' height='100'>
<td>
<img src='<?php echo $webid; ?>/images/logo.jpg'>
</td><td>
<center>
<h2>U.P. Rajarshi Tandan Open University, Allahabad</h2>
Admit Card Examination - June 2011</center></th>
</tr>
</table>
<table width='100%'>
<?php
$enrollno = $_REQUEST["enrollno"];
if (!$enrollno) {
echo "<tr><th colspan='2'>Enter Enrolment No. <input type='text' name='enrollno' size='20' value=''>
<input type='submit' name='submit' value='SUBMIT'></th></tr>
";
} else {
mysql_select_db("uprtou2011");
$tbl = 'examdata2011';
$rs = mysql_query("select * from $tbl where enrollno='$enrollno' order by examdate");
while ($o = mysql_fetch_object($rs)) {
$i++;
if ($i == 1) {
echo "<tr height='20'><td><b>Exam Center Code: $o->examcenter</b></td>
<td align='right'><b>Study Center Code: $o->studycenter</b></td></tr>
<tr height='40'><td colspan='2'><b>Exam Center Name:</b> $o->examcentername</td></tr>
<tr height='10'><td colspan='2'><hr></td></tr>
<tr><td><b>
Program Name: $o->program<br>
Enrolment No.: $o->enrollno<br>
Student Name: $o->name<br>
Father's Name: $o->father<br>
</b></td><td align='right'>
<img src='$webid/photos/15615509.jpg' width='80' height='100' border='1' />
</td></tr>
<tr height='10'><td colspan='2'><hr></td></tr>
<tr height='40'><td colspan='2'><b>Paper</b></td></tr>
<tr height='10'><td colspan='2'><hr></td></tr>
";
}
echo "<tr height='30'><td colspan='2'>$o->paper</td></tr>
";
}
echo "<tr height='10'><td colspan='2'><hr></td></tr>
<tr valign='bottom' height='70'>
<th colspan='2' align='right'>
<img src='$webid/coexam.jpg' width='80' height='30' border='0' / style=\"padding-right: 70px\">
<br>CONTROLLER OF EXAMINATION</th></tr>
<tr><td colspan='2'>
<b>Note:</b><ol>
<li>Bring your Admit Card & I-Card with you at the Examination Center.</li>
<li>Student are required to appear in the examination as per Time Table declared by the University.</li>
<li>If your photograph is not print / wrong print on admit card then please bring your two recent photograph with you at Examination Center.</li>
<li>Help Line No. 9415608608, 9415608651, 9415608698, 9838447665</li>
<li>Email: uprtou_9999@rediffmail.com</li>
</ol>
</td></tr>
";
mysql_select_db("icdp");
}
?>
</table>