Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/elective-dec2016/
Upload File :
Current File : /var/www/html/venkat/elective-dec2016/facmain.php

<?php
include("session.php");
include("db1.php");
if($s != "elective") {
	header("location:login.html");
}


?>
<body bgcolor="#F0F8FF">
<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><strong>Options </strong></td>
</tr>


<tr>
<td width="300">Upload the Electives</td>
<td width="36">:</td>
<td width="394"><a href="upload.php"> Upload </a></td>
</tr>

<tr>
<td width="300">View Seat Matrix</td>
<td width="36">:</td>
<td width="394"><a href="fseat.php"> Seat Matrix </a></td>
</tr>

<tr>
<td width="300">Set the Last date for Submission</td>
<td width="36">:</td>
<td width="394"><a href="date.php"> date </a></td>
</tr>

<tr>
<td width="300">View statistics of electives</td>
<td width="36">:</td>
<td width="394"><a href="fview.php"> View </a></td>
</tr>

<tr>
<td width="300">Check the Students Query</td>
<td width="36">:</td>
<td width="394"><a href="fquery.php"> Query </a></td>
</tr>

<tr>
<td width="300">SubjectWise Statistics</td>
<td width="36">:</td>
<td width="394"><a href="fsubject.php"> Subject View </a></td>
</tr>

<tr>
<td width="300">SubjectWise Create Excel</td>
<td width="36">:</td>
<td width="394"><a href="fcopy.php"> Excel Sheet </a></td>
</tr>

</table>
</td>
</form>
</tr>
</table>
<?php
?>