04-17-2009, 06:05 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Apr 2009
Posts: 19
Thanks: 9
|
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
|
|
|
|