Guest User

Untitled

a guest
Mar 3rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public function create_user() {
  2. $username = $_POST['username'];
  3. $password = $_POST['password'];
  4.  
  5. // TODO, SQL-Magic
  6.  
  7. printf ("User %s created", $username);
  8. }
Add Comment
Please, Sign In to add comment