Advertisement
ABaDy1996

level 2

Oct 24th, 2020
2,535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php
  2. echo (isset($_POST['password']))?(($_POST['password']=="123123")?"welcome":"error"):"<html><head><title>Logon</title></head><body>Please Enter the password<br><form method='post'><input name='password' type'password'/><input type='submit' value='login'/><form/></body></html>"
  3. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement