Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $username = htmlentities($username);
  2. $password = htmlentities($password );
  3. $UserQuery = "SELECT `Username`, `Password` FROM `usernames` WHERE `Username` like ' . $username . ' and `Password` like ' . $password . '";//Determines the method of how to search for exact matches on the respective variables
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement