Skip to content

The While Loop

A While loop is used when we have to repeat a set of statements as long as the condition is false. It could be the… 

The For Loop

PHP for loop can be used to traverse set of code for the specified number of times. For example if you want to repeat something… 

Arrays in PHP

An array is a data structure that stores similar type of values in a common variable. Arrays are also called homogeneous data type. For example… 

Ajax Tutorial Webs Jyoti

PHP Ajax Tutorial

The Ajax provides two way to developers to build rich application, server centric and client centric. The extenders use a block of JavaScript code to…