Source Code:
(back to article)
<?php for ($i = 0; $i <= 10; $i = $i + 2) { echo $i . ' '; }
Result:
Report an issue