need help

Please help me!!

i am facing problem with this code.Every time it go in to else part.

<?php $username = $_POST['username']; $password = $_POST['passwoord']; /*$username = 'admin'; $password = 'admin'; */ if(($username == "admin") && ($password == "admin")) { //if($password == "admin") //{ //echo "Access Granted"; header("Location: member.php"); } else { header(' Location : member2.php'); //} }
Sponsor our Newsletter | Privacy Policy | Terms of Service