| Current Path : /var/www/html/venkat/elective-dec2016/ |
| Current File : /var/www/html/venkat/elective-dec2016/fquery.php |
<?php
include("facmain.php");
?>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<form name="form1" method="post" action="fquerysubmit.php">
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><strong>Roll No. to check the details</strong></td>
</tr>
<tr>
<td width="250">Type the student Roll No</td>
<td width="16">:</td>
<td width="394"> <input type="text" name="rollno">
</tr>
<tr>
<td><br><input type="submit" value="Submit"></td>
</tr>
</table>
</form>
</table>