Heredoc is truly a great thing. You'll learn to love heredoc whenever you have tons of stuff you need to print instead of escaping php. A great example is output that comes from classes, where you can't break the class into multiple code blocks. Just don't forget that heredoc end part has to be on the very next line with no whitespace to start. Confusing at times. Cheers! -BRIAN >Ok, let's gather some stats to see how many people actually use the >heredoc syntax. I created this quick little form to gather the data. >It's takes 2 seconds (literally) - vote here: >http://thril.uark.edu/heredoc/ >I'm interested in knowing if this is used a lot. If it is, then I may >consider tying it into my code (if it calls for it). >~Philip >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php