#1 2008-01-16 01:05:42

Fuad
Member
RankingRankingRanking
Registered: 2008-01-09
Posts: 98
Expertise

PHP email sender

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?

Offline

 

#2 2008-02-05 09:44:47

alemcherry
Member
RankingRanking
Registered: 2008-01-19
Posts: 31
Expertise

Re: PHP email sender

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

Offline

 

Board footer

OPML feedsRSS feeds



Powered by WWWThreads Forum
© Copyright 2006, WWWThreads