<?php $lorem_outside_text = ''; //intialize it as empty string for ($i = 0; $i <= 5; $i++) { $lorem_outside_text .= "lorem\n"; } echo $lorem_outside_text; ?>
You have javascript disabled. You will not be able to edit any code.