PDO (PHP Data Object) Database Support

PDO (PHP data objects) is a recent PHP 5 technology that allows you to build database-neutral website applications. This allows to easily change database servers without needing re-write any code. This also allows you to write high-performance secure code without needing to know the intricacies of your database server.

We recommend customers use the PHP PDO libraries as they are far more efficient and secure than the old-style MySQL and MySQLI libraries.