Forum Moderators: coopster
I was wondering what <<< does
For example:
<<<ENDPRINT
(...code (usually a bunch of it)...)
ENDPRINT;
I *did* do some searching for it online and read that it's used when there is a block of code that you want the php parser to ignore. I understand that, but I also see variables inside the <<< blocks.
Can you have variables in the <<< (wish I knew the exact term)
Thanks