I've found out that if you have the code on the same line as your <<< END tag you will get an error.
<<< HTML
lalalalala
HTML;
Will work but.
<<< HTML lalalalala
blah blah blah
HTML;
Will not.
----
Manual Page -- http://www.php.net/manual/en/function.echo.php
Edit Note -- http://master.php.net/manage/user-notes.php?action=edit+33568
Delete Note -- http://master.php.net/manage/user-notes.php?action=delete+33568&report=yes
Reject Note -- http://master.php.net/manage/user-notes.php?action=reject+33568&report=yes
Note Submitter: Johnzer_@no-spam
----
I've found out that if you have the code on the same line as your <<< END tag you will get an error.
<<< HTML
lalalalala
HTML;
Will work but.
<<< HTML lalalalala
blah blah blah
HTML;
Will not.