Easy Message
Last updated
Last updated
$user = $_POST['user'];
$pass = $_POST['pass']; //create two post parameter called user and pass
include('db.php'); //contain file called db.php
if ($user == base64_decode('Q3liZXItVGFsZW50') && $pass == base64_decode('Q3liZXItVGFsZW50'))
{
success_login();
}
else {
failed_login();
} // if the condition is true we are able to login and if false were not able to login
user : Cyber-Talent
pass : Cyber-Talent