Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn PHP CRUD Operations-Create,Read,Update and Delete.
Highest Rated
Rating: 4.7 out of 5(36 ratings)
145 students

Learn PHP CRUD Operations-Create,Read,Update and Delete.

Creating Database and Tables,Inserting data ,Reading data from table,Updating and Deleting data from table.
Created byKhaiser Khanam
Last updated 5/2024
English

What you'll learn

  • Students will be familiar with PHP CRUD operation. If they complete this project they will find similar patterns in every projects of PHP.
  • Students will learn Installation process of XAMPP control panel and Vs code editor.
  • Students will be able to make their own simple applications,which can have all this operations- Creating and Reading users,Updating and Deleting users.
  • Students will become confident in PHP CRUD operations,as this pattern is used in E-commerce website as well,for inserting products,updating products,etc..
  • Students will learn creating databases,creating tables inside database and giving proper structure to table.
  • Students will be able to perform all operations.
  • You will learn PHP
  • You will learn Password Hashing
  • You will learn MySQL

Course content

5 sections20 lectures2h 17m total length
  • Introduction- Demo of PHP CRUD project5:58

    Hello and Welcome All.

    In this video,I will walk you through the project we are going to make in this course. I will be explaining complete PHP CRUD we are going to perform.

  • Installation of (VS) Visual Studio Code editor.5:20

    In this we will see how to install Visual Studio Code editor to write PHP script.

    Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control.

  • Installation of XAMPP Control Panel.11:34

    In this we will see how to install XAMPP control panel,to run our PHP script.

    XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.

  • BONUS Lecture0:24

Requirements

  • No programming experience needed for this course. I will make this project completely from the scratch.
  • We will be using basic HTML tags,basic Bootstrap and PHP.
  • This project is for complete beginners,those want to get started with PHP CRUD operation.

Description

CRUD is an acronym for Create, Read, Update, and Delete.

We'll create a simple PHP application to perform all the above 4 operations using MySQL database.

Once you get to know this concept, then you can create PHP applications that perform all these operations.

What we will be using:

1)HTML

2)Bootstrap

3)PHP

** If you are a complete beginner and have no idea about PHP, then this is the project for you **

->You will learn this project completely from scratch.

->You will learn the procedure for installing the XAMPP control panel.

->You will learn how to create the database, how to connect to it and perform all these operations.

->You will learn how to add basic validation to the form.

->You will learn how to do password hashing and storing encrypted passwords inside the database table.

->You will learn how to check whether the same data is already present inside the database.

If you make this project, then you will find almost similar patterns in all the projects of PHP, this CRUD operation is

very useful for any beginner to get started with PHP projects.

->At the end of this project, you will be more confident in PHP CRUD operation and ready to make similar PHP applications.

Who this course is for:

  • Beginner PHP CRUD operation
  • PHP CRUD operation for complete beginners
  • PHP CRUD operation