PDA

View Full Version : flash amail form problem PLEASE HELP!


ferosi
10-22-2003, 01:54 AM
Can anybody tell me what is wrong

receive the e-mail but without th e values of subject and message. Can anybody tell me what is wrong. My web hoster provider has php 4.2.2


my fla script is:

on (release) {
if (subject eq "" or message eq "" or from eq "") {
stop();
} else {
lineAdapt();
loadVariablesNum("mail.php", 0, "POST");
gotoAndStop(2);
}
}


my php scrip is:
<?php

mail("fernando.solano@eds.com", $subject, $message, "From: PHPMailer\nReply-To: $from\nX-Mailer: PHP/" . phpversion());

?>

I receive the e-mail but without th e values of subject and message. Can anybody tell me what is wrong. My web hoster provider has php 4.2.2

freddycodes
10-22-2003, 02:15 AM
Please delete ALL of your duplicate posts about this question. Your answer is easily found by searching the forums. Look for my post with the three links in it in this thread.
http://www.actionscript.org/forums/showthread.php3?s=&threadid=32515&highlight=%24subject+%24message



If that doesn't help I am sure you can find help here.
http://www.actionscript.org/forums/search.php3?s=&action=showresults&searchid=1264650&sortby=lastpost&sortorder=descending