Hey,
Ok simple enough code I thought:
<?
function print_header()
{
print <<<END
<p>This is a test...</p>
END;
}
print_header();
?>
Get this error:
Parse error: parse error in headerfooter_v.php on line 14
What is wrong with this? I don't see it myself...