Conditions

9 plus 10 equals 19!
Green is your favorite color!
Conditions allow for the use of LOGIC in php, working hand in hand with operators.
Here are some important factors: TRUE | FALSE | NULL | ISSET
You can use FOUR terms for conditions : if, elseif, else, and CASE.