PHP Data Objects

PHP Data Objectsopen in new window (PDO) is an PHP extension that implements PHP interface for accessing and manipulating databases. What sets PDO apart from other implementations, like mysqliopen in new window, is that PDO is database independent. While it can be used with MySQL, it can also be be used with other database management systems including: MS SQL, Oracle, PostgreSQL, and SQLite.