Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed PHP & Databases with PDO!
You have completed PHP & Databases with PDO!
Managing errors in any application is very important, especially when it comes to database errors. We will manage this by wrapping our code that communicates with the database with a try catch block.
If you are unable to trigger an Exception by just misspelling the database name, try changing it to look in a different location.
Such as:
$db = new PDO('sqlite:/database.db');
Notice the / instead of the ./ which is a very common error.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up