alll of the output should be concatinated to the $MessageBody variable:
<?php
$MessageBody .= "This is just a quick message to see how you're getting on with the Viral Review Bot. My user management software shows that you're currently on the";
if ($row_rs_refdetails['User_Progress'] == 'premium.php') $MessageBody .= " Premium Upgrade page";
if ($row_rs_refdetails['User_Progress'] == 'affproducts.php') $MessageBody .= " Reviewed Products Bundle page";
if ($row_rs_refdetails['User_Progress'] == 'upsellbundle.php') $MessageBody .= " Personal Coaching page";
if ($row_rs_refdetails['User_Progress'] == 'home.php') $MessageBody .= " Control Panel";
}
?>