PHP Tutorials
Php What isPHP INI Tutorials
Php ini What isThe PHP if statement is very similar to if statement in java , c,c++,other programing languges.If a specified condition is true, The IF statement to execute some code only otherwise program execution will be complete.
If condition is TRUE program will execute True part otherwise program will be ignore. condition is evaluated to its Boolean value
Here is one simple example of if statement.
The above example would display a is bigger than b if $a is bigger than $b.otherwise program execution time will be complete.
|
Tweet |
|
|