Skip to content

Instantly share code, notes, and snippets.

@conanak99
Created November 7, 2016 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conanak99/7da72d985626b0b14742347ddb3c962c to your computer and use it in GitHub Desktop.
Save conanak99/7da72d985626b0b14742347ddb3c962c to your computer and use it in GitHub Desktop.
var username = request.username; // hoangcute
var password = request.password; // 123456
var sql = "SELECT * FROM Users WHERE Username = '" + username + "' AND Password = '" + password + "'";
// SELECT * FROM Users WHERE Username = 'Hoangcute' AND Password = '123456'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment