Example of an if/else condition
Is 2 less than 10?
This is true

Example of a PHP case (using months)
What month are we currently in?
We are in September.

PHP conditions work with operators to look at two or more different variables and evaluate whether something is true or false. They typically use conditional statements, and have multiple possible outcomes depending on the statement.