Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Email link from Flash
Old 02-17-2004, 08:31 AM Email link from Flash
Junior Talker

Posts: 1
Location: Shropshire, UK
Trades: 0
Hello. I've just joined. So please forgive me if I come across as green and my problem is rather entry-level. I'm designing a Flash site (on Mac) that needs a simple email link for visitor's comments. I've been given a php file to upload, but the message when we recieve it doesn't show the sender's name, address etc. Here follows the php bumf. can anybody see the error of my ways?

<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<?
$ToEmail = "info@thinkidea.co.uk";


$ToSubject = "Web Site Contact";

$EmailBody = "NAME: " . $thisName . "\nEMAIL: " . $thisEmail . "\nSUBJECT:" . $thisSubject . "\n\nMESSAGE:\n" . $thisMessage . "\n";

$EmailFooter="\nThis message was sent from http://www.thinkidea.com";

$Message = $EmailBody.$EmailFooter;

mail($ToName." <".$ToEmail.">",$ToSubject, $Message, "From: ".$thisName." <".$thisEmail.">");


print "&EmailStatus=Message has been sent"

?>
__________________
Regards,
Kid Calamity
Kid Calamity is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Email link from Flash
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.07775 seconds with 12 queries