Hi,

I'm having trouble using echo w/ here document syntax. When I run

<?php
$name="John Doe";
echo <<< ENDOFECHO;
<HTML>
<BODY>
<H3>ECHO TEST</H3>
Hello, $name.
</BODY>
</HTML>
ENDOFECHO;
?>

I get a parse error line 1. I've been through it a dozen times and combed all the docs I could find on the matter, but I can't find where I've gone wrong. Any help would be greatly appreciated.

Craig Buxton
Gravity Pilot Productions
[EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to