Thanks,
I used something else instead, like you said a variable.
I have put a $html = <<<HTML
content of page (with
all the " "
HTML;
on top of the page. This variable is then the echo (echo $html😉.
Everything works then as it should do.
Sometimes with the simplest things (afterwards) i can't think of a solution right away.
Thanks for your reply.