PHP MySQL Tutorial (original) (raw)

Skip to content

In this section, you will learn how to interact with MySQL using the PHP Data Objects or PDO.

The PDO is a data-access abstraction layer. PDO is a PHP extension that provides a lightweight and consistent interface for interacting with any database, including MySQL.

This tutorial assumes that you have basic PHP knowledge. If you want to learn PHP, check out the PHP tutorial.

php mysql

Section 2. Creating Tables

Section 3. Basic Operations: CRUD

Section 4. Calling Stored Procedures

Section 5. Managing Transactions

Section 6. Working with BLOB