| Current Path : /var/www/html/venkat/elective2/ |
| Current File : //var/www/html/venkat/elective2/fseat.php |
<?php
include("facmain.php");
?>
<html>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<form name="form1" method="post" action="fseatdisplay.php">
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><strong>Please Choose Your Option</strong></td>
</tr>
<tr>
<td width="250">Choose the Discipline</td>
<td width="16">:</td>
<td width="394">
<?php
echo("<select name='discipline' id='discipline'/>");
echo("<option value='#'>-Select-</option>");
echo("<option value=it>B.Tech-IT</option>");
echo("<option value=ec>B.Tech-ECE</option>");
echo("<option value=wc>M.Tech-WCE</option>");
echo("<option value=hc>M.Tech-HCI</option>");
echo("<option value=ro>M.Tech-RO</option>");
echo("<option value=se>M.Tech-SE</option>");
echo("<option value=is>M.Tech-IS</option>");
echo("<option value=mi>M.Tech-MI</option>");
echo("<option value=cl>M.Tech-CLIS</option>");
echo("</select>");
?>
</tr>
<tr>
<td width="25"><input type="submit" value="Submit " /></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</html>