Changes

Jump to: navigation, search

PHP Flow Control and Looping

4 bytes removed, 14:01, 3 August 2009
PHP ''while'' loops
<pre>
<?php
while (''condition'')
{
// PHP statements go here

Navigation menu