Movie Select Project

Today we are going to practically use Ajax with JSON in this Movie Select Project. In this project we are going to create a...

Variables and Arrays in PHP

Today we are going to learn about creating variables and arrays and use them in our programs. In last session we had learned to...

PHP Environment Setup

In the last session we learned some of the PHP fundamentals. So we now very well know that PHP is a server side language....

PHP Fundamentals

Till now we have dealt many server side programming languages. Also we have dealt with javascript which is a client side programming language along...

How to create a responsive website using html5 and css

In this tutorial today we will learn how to create a responsive website using html5 and css . So to learn how to create a...

Fetching Data with Ajax

Last time we understood the basics of Ajax. So, today we are going to learn how to fetch data using Ajax without refreshing the...

How to create drop down div in JQuery

In this session today we will learn how to create a drop down div in jquery with the help of toggle functionality. To learn how...

AJAX Fundamentals

Ajax is a technology that allows us to dynamically send and receive data from the server without having to reload the page or browser....

Looping through JSON

We have gone through the theory of JSON in the previous session. Today we will learn how to create JSON objects and arrays practically...

XML with DTD Schema

In this tutorial we are going to create an XML file and a schema as well. So let’s start with our XML with DTD Schema. Steps...