<?php $today = date('Y-m-d'); $poem = <<<'HTML' I think that I Shall never pay As much as I Have for $today HTML; echo $poem;
You have javascript disabled. You will not be able to edit any code.