How to redirect a PHP form after authenticating a user using PHP script.
Hey, well you could use header("Location: blah.php"); but that won't work well with sessions but give it a try.