PHP conditional statements allow you to make a decision, based upon the result of a condition. These statements are called as Decision Making Statements or Conditional Statements.
The flowchart of Decision-making technique in PHP can be expressed as:
PHP has such decision-making capabilities within its program by the use of following decision-making statements
Conditional Statements in PHP