<?php $html = <<<EOD echo new DateTime(); ?> <p>Here is stuff!</p> <?php echo 'stuff'; ?> EOD; echo htmlentities($html);
You have javascript disabled. You will not be able to edit any code.