I am still at an epic failure on this.
How would I use your idea Rick?


/* PHP CODE HERE, IF NECESSARY */

ob_start();
include 'gb_news.php';
$text = ob_get_contents();
ob_end_clean();

/* DO NOT CHANGE THE LINE BELOW */
$body = <<<EOF
$text;
EOF;
/* DO NOT CHANGE THE LINE ABOVE */