Please Sign In



// remove comments and make the file extension to .php -- 0) { //here you can redirect on your file which you want to show after login just change filename ,give it to your filename. //header("location:filename.php"); //OR just simply print a message. Echo "You have logged in successfully"; } else { echo "username or password incorrect"; } } } ?>