PDO offers us a different type of error handling methods to fit in the style of our application. There are 3 types of error handling methods in PDO: PDO::ERRMODE_SILENT This is the default mode of the error handling in PDO. In this mode PDO will simply set the error code for us to inspect using [...]