by Hiroshi on June 20th, 2008

To understand if statement consider the following script.

{ read more }

by Hiroshi on June 19th, 2008

This example is based on if elseif and else. It is as simple as telling script to do something if it finds A, If A is not present then look for B and if B is found then do something else. But if A and B are not found and there is something other then [...]

{ read more }

Simple quiz using switch and if in PHP.

{ read more }