<?php $row = 10; $string = '#'; for ($i = 0; $i < $row; ++$i, $string .= '#') { echo "$string\n"; }
You have javascript disabled. You will not be able to edit any code.