Source Code:
(back to article)
<?php for ($i = 1; $i <= 1000; $i++) { echo "Hello W3docs!"; } ?>
Result:
Report an issue