Php Loops Introduction

In Php, Loops are used to execute block of code a specified number of times. Php supports four loops - for, while, do-while and foreach loops.

Code :