Skip to content

Instantly share code, notes, and snippets.

@virtix
Created June 24, 2009 10:49
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 virtix/135151 to your computer and use it in GitHub Desktop.
Save virtix/135151 to your computer and use it in GitHub Desktop.
<cfquery name="q" datasource="users">
insert into users
(user_id,password_hash,salt)
values
('#user_id#','#passwordHash#','#salt#')
</cfquery>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment