Free, Encrypted Backup Online

November 13th, 2010

Do you remember the last time your computer crashed? Was the important project you were working on ever even …
Read More…

PHP Arrays

November 13th, 2010

What is an Array?

A variable is a storage area holding a number or text. The problem is, a variable …
Read More…

The PHP Switch Statement

November 13th, 2010

Switch Statement:

Switch Statement are used to perform different actions based on different conditions. Switch statements are just like if..else …
Read More…

PHP If…Else Statements

November 12th, 2010

If…ElseĀ  statements are used to perform different actions based on different conditions.

Think about the decisions you make before you …
Read More…

PHP Operators

October 15th, 2010

There are many operators used in PHP. Operators are used to operate on values.

Below are the operators used in …
Read More…