Source Code:
(back to article)
<?php for ($counter = 1; $counter <= 10; $counter++) { echo $counter; } ?>
Result:
Report an issue