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