Google News
logo
PHP - Interview Questions
What is PDO?
The full form of PDO is PHP Data Objects.
 
It is a lightweight PHP extension that uses a consistence interface for accessing the database. Using PDO, a developer can easily switch from one database server to the other. But it does not support all the advanced features of the new MySQL server.
Advertisement