Score: 75 - You passed.
Today is Monday.
Conditions allow PHP to make decisions based on true or false logic. With if/else, PHP checks a condition and runs the correct block of code depending on the result. Switch/case is another way to handle multiple choices and can be cleaner when you are comparing one variable to many possible values. Conditions make pages dynamic and responsive.