PHP for and foreach looping with break condtions & Step value of Increment
For looping in PHP with break statement to exit the loop ... PHP For & foreach looping For loop in PHP is used to iterate through a section in an application. This is used frequently in many scripts where a common block of code to be executed repeatedly....