34,333
edits
Changes
→PHP ''while'' loops
</pre>
where ''condition'' is an expression that will return either ''true'' or ''false'' and the ''// PHP statements go here'' comment represents the PHP to be executed while the expression is ''true''. For example:
<pre>