Changes

Jump to: navigation, search

PHP Flow Control and Looping

24 bytes added, 14:07, 3 August 2009
no edit summary
<pre>
<?php
$myCount = 0;
$j = 10;
 
while ( $myCount < 100 )
{

Navigation menu