Guest User

Untitled

a guest
May 27th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. $author = "Alfred E Newman";
  3. echo <<<_END
  4. This is a Headline
  5. This is the first line.
  6. This is the second.
  7. - Written by $author.
  8. _END;
  9. ?>
Add Comment
Please, Sign In to add comment