Forum Moderators: coopster
I just can't remember what this is called:
$var = <<<terminator_string Lots of text and stuff and variables and such can go here. lalala terminator_string;
Please remind me, thanks, -Adam
It's called heredoc [php.net].
Andrew