Advertisement
moali

passowrd

Dec 19th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1.  
  2.  
  3. <?php
  4. $name=$_POST["name"];
  5. $password=$_POST["password"[;
  6.  
  7. if ($email=="mo")=={
  8.  
  9. HEADER("location:bo.html"):
  10. exit;
  11. }
  12. if ($password =="ali"){
  13. HEADER("location::bo.html");
  14. exit;
  15. }
  16. HEADER ("location:signup.html")
  17. print"this is secret";
  18. exit;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement