Category: Tutorials

We are writing the best web design, development, Internet marketing and web maintenance blogs you should follow in this year. Now go grab a cup of coffee and enjoy reading.

b

Sharing
07
08/2019
CRUD Operation Using OOP in PHP and MYSQL

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 […]

Read more
CRUD Operation Using OOP in PHP and MYSQL

l

CRUD operations using CodeIgniter Part – 1
02
01/2019
Sharing
CRUD operations using CodeIgniter Part – 1

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. […]

Read more