LPMJ Example 3-6 (Click on the icon to view the source for copy and pasting)
<?php
$author = "Alfred E Newman";

echo "This is a Headline

This is the first line.
This is the second.
- Written by $author.";
?>