Header (redirect to new page)
Posted: Mon Jul 25, 2011 5:05 am
Hi I am using MAMP and Netbeans to develop a PHP website,
Application si supposed to look for a username if find it,
will goes to a new page
if($output == 1) //Authenticated = yes
{
header("Location:Member.php");
}
although there is no error it doesn’t go to Member.php page,
please help me out
thx
Application si supposed to look for a username if find it,
will goes to a new page
if($output == 1) //Authenticated = yes
{
header("Location:Member.php");
}
although there is no error it doesn’t go to Member.php page,
please help me out
thx