View Single Post
  #2 (permalink)  
Old 05-07-2008, 03:42 AM
Falcon Falcon is offline
D-Web Analyst
 
Join Date: Nov 2007
Location: Chennai
Posts: 289
Falcon is on a distinguished road
Default Re: PHP Control Structures

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
Reply With Quote