Changes

Jump to: navigation, search

PHP Flow Control and Looping

12 bytes added, 17:45, 31 May 2007
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>

Navigation menu