From php.net:
PHP 4 now allows the use of PRINT <<<EOF, much the same way as PERL\'s PRINT EOF>>. When using this option there is no need to escape characters such as quotes. This is very useful for printing large amounts of HTML code e.g.
<pre>
print <<<EOF
<pre_tag here>
This is \"quoted text\"
More quoted stuff \"here\"
</pre_tag here>
EOF;
</pre>
Make sure not to indent the EOF; statement as this will cause parsing errors.
Hope this Helps!
Powerful, Affordable PHP/MySQL Hosting
http://www.missoulaweb.com