When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Learn PHP PDO Mysql Basics CRUD Operations

Basics php pdo crud operations

     
  • 4.6
  •  |
  • Reviews ( 62 )
₹799

This Course Includes

  • iconudemy
  • icon4.6 (62 reviews )
  • icon2 total hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUdemy

About Learn PHP PDO Mysql Basics CRUD Operations

In this course, you will learn how to use PDO (PHP Data Objects) in PHP to perform operations on a database securely. We will be using the MySQL database in this class. But you can use other supported databases and almost all the code will be the same.

We will be using an Procedure approach to write the PHP code. So, you will even learn how to create a class, instantiate it and call the methods on the object.For taking this course, it is would be great if you have the following prerequisites:

Basic knowledge of HTML and CSS

Although there are these prerequisites, I will explain each and every line of code that we are going to write. So, even if you are a complete beginner, you can join in. Just follow along and you will learn a lot.

After completing this course, you will be able to perform Insert, Delete, Update and Select operations on your database. This will help you in creating backend applications.

Some examples where you can use this knowledge are:

Creating a to-do application

Creating a blog

Creating a simple registration system

Creating contact form

And more…

I will you all the best. Keep learning and happy coding.

Who this course is for:

Beginner Web Developers

Beginner PHP Developers

What You Will Learn?

  • Student will learn how to create database connection using PDO with my SQL.
  • Student will learn how to insert data into database using PDO.
  • Student will learn how to read data and update data using PHP pdo.
  • Student will learn how to delete data from database using PHP pdo using mysql.