PHP – Loops | for-loop, while-loop, do-while loop

A Loop is known as the Iterative Control Structure in which until a particular condition is met it executes the same number of codes simultaneously.