Conditional Statements in PHP

Number is 5 or less
Number is exactly 5
I want to stay in bed!

Conditional statements control program flow based on conditions, using `if-else`, `elseif`, and `switch` statements.