CALEB'S Conditions PAGE


Today is Thursday. Still have a few days to finish my 440 assignment!
This is an example of using an "if...else condition".
Today is Thursday. Still have a few days left to submit my assignment!
This is an example of using an "if...elseif...else condition".
Buy some food.
Now I'm done.
This is an example of using an "PHP switch/case".
Conditions allow for the use of logic in PHP. Conditions work hand in hand with operators. PHP Switch/case is best used to replace a long if-elseif-else statement. It may be cleaner in some scenarios.