while statement

PHP While Loop

Submitted by admin on
A While Loop can do a repetitive task that an if…then statements can’t. Just like if…then statement, it checks whether the condition is true or false. There are two different usage of While loop.