For sure a problem where you placed the code.
You deleted some stuff that should not be deleted
Default code ahould be
Quote
/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
EOF;

Do not delete the EOF stuff
Place yor HTML after <<<EOF and before EOF;

This may help you Here and


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