Bootstrap CSS Framework

Bootstrap is a free and open-source CSS framework. It includes CSS and JavaScript functions for use it in easy way. Bootstrap CSS Framework is used for build responsive, mobile-friendly web application user interface. Bootstrap CSS File CDN Path Bootstrap JS File CDN Path Example Description This is a responsive viewport meta tag. All devices compatable… Read More »

CodeIgniter – MVC Framework

Codeigniter is PHP Framework which is construct on the Model-View-Controller (MVC) architectural pattern. Model-View-Controller is a software development pattern which divides application in three part the model, the view and the controller. Model– The Model contains the application data structures. These contain different sets of the functions related to database operation that helps in inserting,… Read More »

CodeIgniter Framework Directory Structure

In this below image you can see the basic directory structure of CodeIgniter. CodeIgniter directory structure is divided into three main folders. applicationsystemuser_guide Application Directory This is a main directory in CodeIgniter framework Directory Structure. All code for building a web application project will goes under this application folder. Application directory have some sub-directories as… Read More »

CodeIgniter Installation Step by Step

In this tutorial we are going to learn CodeIgniter Installation step by step. Here will give detail about how to download and install CodeIgniter step by step. Download CodeIgniter 1. Download CodeIgniter latest version from https://codeigniter.com/download CodeIgniter Installation 2. After download zip file extract it. You will see below files after extract zip file. 3.… Read More »

jQuery FormBuilder Tutorial

In this tutorial you will learn how to build a form using jQuery FormBuilder drag and drop functionality. Below given step by step code instruction for use of jQuery FormBuilder. File Structure: 1. Create a index.php file and add below code in that file. Description: jQuery Script jQuery scripts are included as these are required… Read More »

WordPress Introduction

WordPress is a open-source content management system which is mainly build in PHP and used with MySQL or MariaDB database servers for store data in database. It was designed and introduced as a blogging plateform but now a day it is not limited to blogging but it also used for large website development like ecommerce… Read More »

PHP Introduction

PHP is a widely-used, open source programming language use for development of web application. PHP is a server side language means, It is run and execute on server. PHP is used with HTML, JavaScript, Ajax and MySQL database for store data. PHP stands for Hypertext Preprocessor. Example: Output: Welcome to World of PHP !! Description… Read More »

Category: PHP

MySQL Introduction

MySQL is one of the most famous an open-source relational database management system. “SQL” stands for Structured Query Language. Basically MySQL used for store data in database which dynamically use for show or handle other functionality in web application. MySQL is very compatible with PHP, the most popular language for development of web application. MySQL… Read More »

AJAX Introduction

AJAX is short-form of Asynchronous JavaScript and XML. AJAX is a web development technique by using it you can create faster web applications with HTML, CSS and Java Script. By using Ajax, web applications can send and retrieve data from a server asynchronously without reloading existing page. The main purpose of AJAX is to get… Read More »

AngularJS Introduction

AngularJS is a open-source JavaScript based framework used for develope dynamic single-page applications. AngularJs is developed and maintained by Google. AngularJS supports Model-View-Controller (MVC) architecture used for develope web application. AngularJS also support write less code method which help you to do more stuff with less code writing. Example: Output Description: angular.min.js : Included JavaScript… Read More »