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..
$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?
Offline


Yup, this must be the code that contain message. Go ahead and post the rest if you need help.
Offline