PHP Introduction | Database Access Using PDO
When trying to create a full-scale web application, one thing that cannot be avoided is the database. PHP includes several features for using databases. Among them, this section explains how to access a MySQL database by using PDO (PHP Data Objects).