Guest User

Untitled

a guest
Mar 21st, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. include 'core/init.php';
  3. if (empty($_POST)=== false) (
  4. $username = $_POST('username');
  5. $password = $_POST('password');
  6.  
  7. echo $username,'',$password;
  8. )
  9. ?>
Add Comment
Please, Sign In to add comment