<?php $str = ''; $sArr = array(); for ($i = 30000; $i > 0; $i--) { $sArr[] = 'S. '; } $str = implode($sArr);
You have javascript disabled. You will not be able to edit any code.