Hi David,
das geht auch so, wie Du es Beschrieben hast:
echo <<<END
This uses the "here document" syntax to output
multiple lines with $variable interpolation. Note
that the here document terminator must appear on a
line with just a semicolon no extra whitespace!
END;
Viele Grüße
annA