video #31 - Advance PHP | PDO

10 months ago
12

PDO (PHP Data Objects) is a database access layer. It provides a fast and consistent interface for accessing and managing your databases. There’s another way to get to your database by using “MySQLi” it works for a procedural way of accessing your database.

Loading comments...