3031 Views
In PHP loops are used to create the identical chunk of code in a particular number of times, rather to add a certain code-lines in a script.
In PHP we have the four looping statement
while
do....while
for
foreach
while loop
while loop creates the block of code again ...
Anamika Gupta
Aug 15, 2018