Advertisement
oe4skw

Untitled

Mar 25th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1.  
  2. <?php
  3. $email = $_REQUEST["email"];
  4. if ($email == "test@example.com"){
  5.     echo "false";
  6. } else {
  7.     echo "true";
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement