Stratician

Signup.php

Feb 5th, 2016
100
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.  
  3. require_once('includes/signup.inc.php');
  4.  
  5. $newSignup = new Signup($_POST['username'], $_POST['password'], $_POST['email']);
  6. $newSignup->showHash();
Advertisement
Add Comment
Please, Sign In to add comment