Course Overview #


In this course you will learn about CRUD operation in PHP. You will also build beautiful UI using Bootstrap. At the end of the course we be having a beautiful website which can do CRUD operation to the MySQL database.

What is CRUD? #

CRUD is basic basic functions of persistent storage. If you once understood the implementation of CRUD then you can easily work with database(storage). It is very important to understand the CRUD because most of the app in the world are based on CRUD.

CRUD stands for: #
  • C: CREATE
  • R: READ
  • U: UPDATE
  • D: DELETE

Prerequisites #

  • HTML knowledge
  • Basic PHP knowledge
  • Basic MySQL knowledge

Software #

  • php Installation
  • MySQL Installation

There is all in one software called XAMPP, it’s is cross-platform solution. XAMPP is available on all three major OS - Linux, Max, Windows.

comments powered by Disqus