karezma

PHP error

May 6th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <form action = "wordpress-scanner.php" method = "GET">
  2.     Enter The password <br>
  3. <input type = "password" name ="password" >
  4. <input type = "submit"  class ="button" name ="submit" ></form>
  5.  
  6. </center>
  7. </form>
  8. <?
  9. $pass = $_GET['password'];
  10. if ($_GET['submit']){
  11. if ($pass = "welcome"){
  12.    
  13.     echo "welcome to the new web";
  14.    
  15.    
  16.     }  
  17.    
  18.     else {
  19.         echo "False";
  20.        
  21.         }
  22.    
  23.     }
  24. ?>
Advertisement
Add Comment
Please, Sign In to add comment