| Current Path : /var/www/html/venkat/project0416/ |
| Current File : /var/www/html/venkat/project0416/login_success.php |
<?php
$a = 1;
include("session.php");
echo $r;
if($r == "project"){
header("location:hhome.php");
}
else if($dept != "nn"){
header("location:phome.php");
}
else if($namee1 != "hell"){
header("location:fhome.php");
}
else{
echo "<center> <b> <font color = 'red'> You are not authorized to register your project </font> </b></center>";
}
?>