First Draft of the Example Files
@@ -0,0 +1,8 @@
<?php
$count = 1;
do {
echo "$count times 12 is " . $count * 12;
echo "<br>";
} while (++$count <= 12);
?>
The note is not visible to the blocked user.