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.
 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.