<?php for ($i=1;$i<=50;$i++) { echo "$i "; if ($i%5==0) { echo "\n"; } } ?>
Pro tip: use ```triple backticks around text``` to write in code fences