";
echo "(If your browser doesn't support this, click here)";
}
else
{
?>
Beginning PHP, Apache, MySQL Web Development
Invalid Username and/or Password
Not registered? Click here to register.
}
}
else
{
if ($_SERVER['HTTP_REFERER'] == "" || $_SERVER['HTTP_REFERER'] ==
"http://localhost/index.php")
{
$redirect = "/index.php";
}
else
{
$redirect = $_GET['redirect'];
}
?>
Beginning PHP, Apache, MySQL Web Development
Login below by supplying your username/password...
Or click here to register.