Conditional statements are used to perform different actions based on different conditions. In PHP we have the following conditional statements: if statement - use ...