PHP MySQL Database

With PHP, you can connect to and manipulate databases.

MySQL is the most popular database system used with PHP.

What is MySQL?

The data in a MySQL database are stored in tables. A table is a collection of related data, and it consists of columns and rows.

Database Queries

A query is a question or a request.

We can query a database for specific information and have a recordset returned.

PHP Connect to MySQL