Bit of PHP ( admin posted on February 28th, 2008 )

 Can you guess what this does?

";
$num++;
$spaces=$spaces+3;
}
for($x=0; $x<$spaces; $x++) { echo " "; } echo $num; echo "
";
?>

Try it.

Just a PHP exercise Joe needed to do.

phpexample1.php

COMMENTS: Comments Closed

Categories: general

top