Source Code:
(back to article)
<?php for ($i=0; $i<10; $i++) { echo "The number is $i \n"; } ?>
Result:
Report an issue