Hi
Types of the Control Structures in PHP is given bellow
* if
* else
* elseif
* Alternative syntax for control structures
* while
* do-while
* for
* foreach
* break
* continue
* switch
* declare
* return
* require
* include
* require_once
* include_once
Regards
Falcon
