I am working on a dynamic site....on the admin.php page when i enter the username and password...it goes to admin_fail.php.....it should go to admin_home.php.........i can't understand the error......kindly help me....files are attached alongwith
if (isset($_SESSION['PrevUrl']) && false) { PHP: is always going to evaluate to false (it's saying "if something and if false is true"), so you're always going to execute header("Location: ". $MM_redirectLoginFailed ); PHP: