|
2 | 2 |
|
3 | 3 | This repository contains a simple web application that demonstrates how to quickly connect to and communicate with a [MariaDB](https://mariadb.com) database using [PHP](https://www.php.net/) and [PDO (PHP Data Objects)](https://www.php.net/manual/en/book.pdo.php). |
4 | 4 |
|
5 | | -> ⚠️ Interested in using MariaDB and PHP with [mysqli](https://www.php.net/manual/en/book.mysqli.php)? Check out the quickstart [here](https://github.com/mariadb-developers/php-quickstart). |
6 | | - |
7 | 5 | <p align="center" spacing="10"> |
8 | 6 | <kbd> |
9 | 7 | <img src="media/demo.gif" /> |
10 | 8 | </kbd> |
11 | 9 | </p> |
12 | 10 |
|
| 11 | +> ⚠️ Interested in using MariaDB and PHP with [mysqli](https://www.php.net/manual/en/book.mysqli.php)? Check out the quickstart [here](https://github.com/mariadb-developers/php-quickstart). |
| 12 | + |
13 | 13 | ## Getting Started |
14 | 14 |
|
15 | 15 | The application in this repository demonstrates how to: |
|
0 commit comments