Skip to content

Instantly share code, notes, and snippets.

@Goddard
Created July 23, 2010 16:35
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 Goddard/487672 to your computer and use it in GitHub Desktop.
Save Goddard/487672 to your computer and use it in GitHub Desktop.
$sql3 = "INSERT INTO vault (username, displayname, password, passwordmd5, email, creationdate, ip)VALUES(?, ?, ?, ?, ?, ?, ?)";
$query3 = $DB->prepare($sql1) or trigger_error($lang_error['INSERT_ERROR'], E_USER_ERROR);
$query3->execute(array($username, $codename, $password, $passwordmd5, $email, $date_time, $ip));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment