Advertisement
Vendettaaaa

Untitled

Jun 29th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. if($_POST['username'] == false) or ($_POST['password'] == false) or ($_POST['email'] == false)
  4. {
  5.     die('bye');
  6. }
  7.  
  8.  
  9. error_reporting(E_ALL);
  10. ini_set('display_errors', 1);
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement