The Z Index Blog

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

o

Sharing
17
12/2018
How to fix loading page editor problem in visual composer wordpress

One of our clients come to us and say that visual composer element does not load in page editor after the update to WordPress 4.8. When we checked it will […]

Read more
How to fix loading page editor problem in visual composer wordpress

g

Learn Working with Git and Bitbucket
22
11/2018
Sharing
Learn Working with Git and Bitbucket

In this article, I will explain to you how to work with git and bitbucket.  This is a direct practice example for the beginner Before starting let’s clear what is […]

Read more