Skip to content

Instantly share code, notes, and snippets.

@ososstar
Last active February 23, 2019 13:06
Show Gist options
  • Save ososstar/5d3d91714f82b9f9aab41b6db9d9f150 to your computer and use it in GitHub Desktop.
Save ososstar/5d3d91714f82b9f9aab41b6db9d9f150 to your computer and use it in GitHub Desktop.
$stmt->bind_param("ss", $username, $hashedpass);
$stmt->execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment