PHP - PHP Data Objects (PDO)

Introduction

PHP Data Objects (PDO) is the class that connects to the database and allows you to interact with it.

PDO allows you to work with different database systems.

Related Topics