How to asign a PHP string a huge value ?

h2so4

New member
I need to have a
$content = //and now somethnig like 100 line code
the problem is that I can`t make contract all these lines in only one line qouted
for the echo function we can use
<<<BLOCK
...
BLOCK;
is there any way to do somethink like this with a string ?
THX
 
Back
Top