|
» W3Exchange http://www.w3exchange.com/index.html » PHP http://www.w3exchange.com/view_forum-id-36.html » PHP email sender http://www.w3exchange.com/view_topic-id-2613.html |
| 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! |
» Print this topic |