I'm still having a problem with including a here document. Trying this code:

<?php
echo <<<ENDOFECHO
<HTML>
<BODY>
hello... hello... hello... hello...
</BODY>
</HTML>
ENDOFECHO;
?>

I get a parse error on line 7. Please help. I have a major project that has ground to a halt.

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