Advertisement
Guest User

Untitled

a guest
May 15th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. $username = $_GET['username'];
  3. $password = $_GET['password'];
  4. $hiwd = $_GET['hiwd'];
  5. $query = "INSERT INTO usernames (username) VALUES ('$username' )";
  6. $query = "INSERT INTO usernames (password) VALUES ('$password' )";
  7. $query = "INSERT INTO usernames (hiwd) VALUES ('$hiwd' )";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement