Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/project1may2017/
Upload File :
Current File : /var/www/html/venkat/project1may2017/fhome.php

<?php  
include("session.php");
include("db1.php");

if(isset($_SESSION['dept']) || $namee1 == "hell") {
	header("location:logout.php");
}

?>

<html>
<body bgcolor="#F0F8FF">



<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<form name="form1" enctype="multipart/form-data" method="post" action="store.php">
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><strong>Choose Your Option</strong></td>
</tr>

<?php



?>
<tr>
<td width="100"> Projects Opted</td>
<td width="16">:</td>
<td width="100">
<a href="fopted.php">Projects</a><br>
</tr>


<tr>
<td width="100"> Accepted Projects</td>
<td width="16">:</td>
<td width="100">
<a href="faccepted.php">Accepted</a><br>
</tr>


<tr>
<td width="100"> Pending projects</td>
<td width="16">:</td>
<td width="100">
<a href="fpending.php">Pending</a><br>
</tr>

<tr>
<td width="100"> Projects as Co-Guide</td>
<td width="16">:</td>
<td width="100">
<a href="fcoguide.php">Co-Guide</a><br>
</tr>












</form>

</table>
</td>

</tr>
</table>