Hi all,
I use the here doc option heavily in pages i create, outputting large chunks
of HTML with variables inside the echo<<<EOF ...... EOF; syntax...is there a
better way to do this? I'm wondering if anyone knows of running times for
things like that...i would think that it'd be better than going back and
forth between php and html (certainly easier), wouldn't have to escape the
quotes like you would if you used
echo "
lots of html
...
";
Any thoughts on this?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]