Save 100s of Dev Hours - Get The React Codebase Generator

Implement caching in php website

Hi Experts,
Today i am sharing you Step by Step instructions for Implement caching in php website.
First of all we have to understand that what is cache exactly and how cache exactly works .
What is cache

Read More »

How to remove index.php from Codeigniter url

Codeigniter 3 image - w3school.info

Here we will learn how to remove index.php from codeigniter url.
Each of codeigniter constructed url contains the value index.php and excluding root url. No url cannot be run without index.php
Assume a scenario , we have a

Read More »

Start with AngularJs Program – Learn the Basics

AngularJs Image

AngularJs is a javascript library framework widely used for Single page application projects. it extends HTML dom with extra attributes which makes its more flexible to user end. It is a opensource library .
For learn AngularJs you

Read More »

How to Make First PHP Program?

php w3school.info

Hi Friends,
Before writing first PHP Program, you will have to set the environment. And, for make this, you need to install the Xampp server in your system.
After successful installation, we need a code editor, there are

Read More »

How to Install Xampp Server?

php w3school.info

XAMPP  is a free  web server package developed by Apache Friends. It consists interpreters for code written in PHP programming language, and it has few other elements also which are as follows:

Apache: It’s an application server which must be

Read More »

PHP Tutorial for Beginners – An Introduction

php w3school.info

PHP (PHP Hypertext Preprocessor) is a web development scripting language which is widely used for creating dynamic websites and portals.
It Supports oops (object oriented programming standards). Top 5 frameworks which are very popular these days in web

Read More »