Your IP : 216.73.216.40


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

<?php
session_start();
if(!isset($_SESSION['myusername'])){
header("location:login.html");
}
$s=$_SESSION['myusername'];
//$r=$_SESSION['no'];
echo "<div align='right'>";
echo "Welcome ".$s." !!  ";
?>

<div align="right">

<form method="post" action="logout.php">
<input type="submit"  value="Logout" align="right">
</form>
</div> 

<?php
mysql_connect("localhost","root","") or die(mysql_error());
  mysql_selectdb("upload") or die(mysql_error());
?>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<form name="form1" method="post" action="checklogin.php">
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><strong>Choose your Options </strong></td>
</tr>

<tr>
<td width="250">PPT Upload</td>
<td width="16">:</td>
<td><a href="upload/studentview.php">Click for PPT </font></a></td>
</tr>


<tr>
<td width="250">Elective Upload</td>
<td width="16">:</td>
<td><a href="elective/studententry.php"> Click for Elective</font></a> </td>
</tr>


<tr>
<td width="250">Syllabus View</td>
<td width="16">:</td>
<td><a href="syllabus/syllabus.php"> Click for Syllabus</font></a> </td>
</tr>

<tr>
<td width="250">Project Creation</td>
<td width="16">:</td>
<td><a href="project/phome.php"> Click for Project</font></a> </td>
</tr>

<tr>
<td width="250">Attendance View</td>
<td width="16">:</td>
<td><a href="attendance/sattendance.php"> Click for Attendance</font></a> </td>
</tr>

<tr>
<td width="250">Question Paper</td>
<td width="16">:</td>
<td><a href="question/syllabus.php"> Click for Question</font></a> </td>
</tr>


</table>
</td>
</form>
</tr>
</table>