View Single Post
Old 04-17-2009, 06:05 AM   #1 (permalink)
shankar
The Wanderer
 
Join Date: Apr 2009
Posts: 19
Thanks: 9
shankar is on a distinguished road
Default How to navigate through pages automatically without href links

$_SESSION['username']=$username;
$type=$dbtype;

if($type=="Student")
{
//codes for guest acc stud_login.php
}

else
{
//codes for guest acc guest_login.php
}

How to navigate to a specific page?? automatically
__________________
--
Regards
Shankar
shankar is offline  
Reply With Quote