Skip to content

Instantly share code, notes, and snippets.

@mothcar
Created March 6, 2015 07:28
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 mothcar/d6ea61d4c19ec8b4b41c to your computer and use it in GitHub Desktop.
Save mothcar/d6ea61d4c19ec8b4b41c to your computer and use it in GitHub Desktop.
var query='insert into myuser (name, pass) values ("' + req.body.user + '", "' + req.body.password + '")';
var query_set = 'insert into myuser set name="'+req.body.user+ '", pass= "' +req.body.password + '"';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment