Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/elective20dec2016/
Upload File :
Current File : /var/www/html/venkat/elective20dec2016/upload.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="upload1.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=ce>M.Tech-WCE</option>"); 
echo("<option value=cl>M.Tech-CLIS</option>"); 
echo("</select>");
?>
</tr>
<tr>
<td width="250">Enter the Basket Name</td>
<td width="16">:</td>
<td width="394">
<input name="basket" type="text"  id="file" ><br>
</td>
</tr>

<tr>

<td width="250">Enter the No.of Electives</td>
<td width="16">:</td>
<td width="394">
<input name="1" type="text"  id="file" ><br>
</td>
</tr>


<tr>
<td width="25"><input type="submit" value="Submit " /></td>
</tr>
</form>

</table>
</td>

</tr>
</table>





</html>