Implementing functions and file inclusion in php

In today's session we will study the php function and learn to implement file inclusion in php. To study php function and file inclusion property...
HTML

Learn to submit HTML data to MySQL database using php

In this session we will design an html form ,add the data into it and submit it to the database by connecting it to...

Learn to connect database in php

In this session we will study, how to connect to database and fetch the data in php. To connect to database follow the steps given...

Object oriented programming concepts in php

In this session we will study some object oriented programming concepts in the php like classes and constructor. To study the oop's concept in...

Learn basic operations of MySQL on Xampp Server

In this session we will study MySQL database operations like create, update, select, insert, delete using xampp server . So follow the steps given...
Regular expressions

Implementing Conditional and Regular expressions in php

In this tutorial we will learn to implement the conditional as well as regular expressions in php. To study the implementation of conditional and regular...

Implementing variables and arrays in php

In this session today we will learn to implement variable and arrays in php. To study the implementation of arrays and variables in php follow...
Loops in php

Implementation of Loops in php

In this session we will study the looping statements in php such as for and while loop. To study the looping statements follow the...

Environmental set up for PHP

In this session today we will study, how to download the xampp server which is required to run the php program. As php is...
Yii Framework

Installation of Yii Framework

In this tutorial today we will learn the step by step process for the installation of Yii farmework . So follow the steps given below...