Fuad - 2008-01-16 01:05:42

I have just got this new script which comes with a tell-a-friend option. However when the user receives an email from this script most of the message is in the subject field. Could someone just take a look at this..

Code::

$siteurl=$website."view-".$title."-".$id.".html";
echo $siteurl;
$comments = stripslashes($comments);
$message="$yname is sending you a hilarious funpage \n\n\nCheck this Funpage\n".$siteurl."\n";
$message=$message."----------------------------------------------------\n";
$message=$message."Comments from $yname\n";
$message=$message."$comments\n";
$message=$message."----------------------------------------------------\n";

echo $message;

I think that is the part of the code that contains the message, if it isnt I can show the rest of it!

any ideas?