<?php for ($i = 1; $i < 6; ++$i) { echo $i++ , " " , $i * $i , " "; }
You have javascript disabled. You will not be able to edit any code.