View Single Post
Old 11-09-2017, 12:18 AM   #5
Shalini001
Registered User
 
Join Date: Oct 2017
Posts: 27
PHP supports following four loop types. for − loops through a block of code a specified number of times. while − loops through a block of code if and as long as a specified condition is true. do...while − loops through a block of code once, and then repeats the loop as long as a special condition is true.
Shalini001 is offline   Reply With Quote