Skip to content

Instantly share code, notes, and snippets.

@ImDevinC
Created May 7, 2014 02:05
Show Gist options
  • Save ImDevinC/ccc0ab087b1f8b89a860 to your computer and use it in GitHub Desktop.
Save ImDevinC/ccc0ab087b1f8b89a860 to your computer and use it in GitHub Desktop.
Error test
if ($success) {
// DO SUCCESS STUFF
} else {
$errorInfo = $dbh->errorInfo();
if ($errorInfo[1] == 1062) {
// DUPLICATE PIN
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment