PHP Control Structures: If else, Switch Case

PHP control structures is used to control the flow of code. It perform different actions based on different conditions we used conditional statements.