Possible Duplicate:
In PHP, what does “<<<” represent?
Reference - What does this symbol mean in PHP?
I ran into this in a PHP script.
(Be aware, I'm new at this so I might look dumb)
$Var['Text'] = <<<OUT
String Here
OUT;
That's called the Heredoc syntax to mark strings. Check it out!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With