PHP NOTES 20 NOTE 33568 ADDED TO FUNCTION ECHO
Date: 30 Jun 2003 22:16:35 -0000

Subject: note 33568 added to function.echo
From: 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.
----
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


Date: 25 Jul 2003 20:52:33 -0000

Subject: note 33568 deleted from function.echo by didou



From: didou@no-spam
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.