wrong, wrong.
with out any formatting which is what you have it should be;
Code
/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
Banner adds coming soon
EOF;

/* BODY HERE */ is a comment not code same for /* PHP CODE HERE */
html goes between the <<<EOF and EOF;


Blue Man Group
There is no such thing as stupid questions. Just stupid answers