Skip to content

Instantly share code, notes, and snippets.

@Asselberghs
Created February 25, 2015 14:20
Show Gist options
  • Save Asselberghs/7c632ba8e8d67e1972b2 to your computer and use it in GitHub Desktop.
Save Asselberghs/7c632ba8e8d67e1972b2 to your computer and use it in GitHub Desktop.
<?php
//Wrap your executes in
try {
$stmt->execute();
}
catch(PDOException $e) {
echo "Error: " .$e->getMessage()
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment