CRUD stands for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for the database. Create means insert data in the database using INSERT Query. Read means read data from the database using the SELECT Query. Update means edit data in the database using UPDATE Query. And Delete means delete data from the […]
Category / Tutorials
In this article, I will explain to you how to perform CRUD operation using CodeIgniter with MySql database. Note: Full CRUD operation will cover by more than one tutorial series. In this, you will learn how to install CI and any HTML template and how to divide HTML theme different views. What is a CodeIgniter? […]


Recent Comments