PHP 5 while Loops - W3Schools Online Web Tutorials
PHP Loops Often when you write code, you want the same block of code to run over and over again in a row. Instead of adding several almost equal code-lines in a script ... The example below first sets a variable $x to 1 ($x = 1). Then, the while loop will...