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
- Re: [PHP] re: echo w/ here document Craig Buxton
- Re: [PHP] re: echo w/ here document Aaron Gould
- Re: [PHP] re: echo w/ here document Marco Tabini
- RE: [PHP] re: echo w/ here document Troy May