Building Dynamic Web Sites with PDO
Linux
| Intermediate
- 12 videos | 1h 16m 7s
- Earns a Badge
PHP Data Objects (PDO) is an API available for accessing MySQL databases in PHP. Let's look at how to install, configure, and work with PDO, and how to manage data by connecting MySQL with PHP using PDO.
WHAT YOU WILL LEARN
-
Install and configure pdoCreate connections by using pdoCreate transactions and autocommit by using pdoUse prepared statements with pdoUse stored procedure with pdoUse error handling with pdo
-
Create database and tables in mysql by using pdoInsert data into database by using pdoRetrieve data from database by using pdoUpdate data by using pdoDelete data by using pdoInsert, update, delete, and retrieve data by using pdo
IN THIS COURSE
-
2m 43sIn this video, you will learn how to install and configure PDO. FREE ACCESS
-
2m 1sIn this video, you will learn how to create connections using PDO. FREE ACCESS
-
4m 50sIn this video, you will create transactions and autocommit by using PDO. FREE ACCESS
-
5m 14sLearn how to use prepared statements with PDO. FREE ACCESS
-
4m 39sIn this video, learn how to use stored procedures with PDO. FREE ACCESS
-
6m 14sIn this video, you will learn how to use error handling with PDO. FREE ACCESS
-
5m 20sIn this video, you will create a database and tables in MySQL by using PDO. FREE ACCESS
-
10m 15sIn this video, find out how to insert data into a database by using PDO. FREE ACCESS
-
7m 2sFind out how to retrieve data from a database by using PDO. FREE ACCESS
-
10m 56sIn this video, learn how to update data by using PDO. FREE ACCESS
-
6m 49sIn this video, you will learn how to delete data by using PDO. FREE ACCESS
-
10m 5sLearn how to insert, update, delete, and retrieve data using PDO. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
Book
PHP 8 Solutions