Using <<<CON in PHP

kryptic

New Member
What is the effect of the following code:\[code\]$page = <<<CON<p><center>Blah blah blah</center></p>CON;\[/code\]What does the \[code\]<<<CON\[/code\] do?
 
Back
Top