9Mar/109
PHP Basics: Loops – While statement
The While statement acts as a loop, checking a condition at the start and executing a following block of code if that condition is met.
The While statement acts as a loop, checking a condition at the start and executing a following block of code if that condition is met.