PHP Tutorial

PHP Tutorial PHP is the most widely used, general-purpose scripting language which was  designed for website development to make web applications and dynamic web pages. PHP is embedded into HTML page and and run on PHP-enabled web servers. PHP can deploy in almost web servers in different platforms such as Linux and Windows. www.PHPTutorialOnline.com website was created to help web developers who doesn't know PHP to get an overview of language features and start programming quickly.

PHP If Statements

If statement is a branching statement to allow program to make decision based on one ore more specific conditions.

PHP Switch

Switch statement allows a value of a variable or expression controls the flow of program execution.

PHP While

PHP While statement executes a block of code iteratively when a particular condition is true.

PHP For

For statement is a loop statement which allows you to specify initialization, test and update the condition in a single statement.

PHP For Each

PHP For Each statement provides you a convenient way to traversing items in a collection.

PHP Do While

PHP Do While statement enables a block of code execute repeatedly until a condition is false.

PHP Function

You will learn how to create a function, call a function and pass parameters to function in different ways.

PHP Function Advanced

Provides you some advanced language feature of PHP function such as nested function and recursive function.

PHP Array

In this tutorial, you will learn how to create and use array in PHP.

PHP Array Operations

In this tutorial, you will learn how to manipulate array by adding/removing, searching for keys/values...

Rss