mansour
June 3rd, 2003, 01:56 PM
this code doesn't work at all, i dont' know the problem please help me
http://www.pyramids-inc.com/mailform.html
<?
$ToEmail = "sindbad006@hotmail.com";
$ToName = "r17";
$ToSubject = "Pyramids Entertainment";
$EmailBody = "Sent By: sname\nSenders Email: $remail\nSenders Company: $scompany\n\nMessage Sent:\n$scomments\n\nQuestions: $Questions\n";
$EmailFooter="\nThis message was sent by: $sname from $REMOTE_ADR We will try and keep you updated";
$Message = $EmailBody.$EmailFooter;
mail($rname." <".$remail.">",$ToSubject, $Message, "From: ".$sname." <".$semail.">");
Print "_root.process.gotoAndPlay(48)";
?>
all the variables in the php above are all names applied in the flash file.
the last 2 lines in the action script are
else {
loadVariablesNum("snowMailPHP.php", "0", "POST");
_root.process.gotoAndPlay(2);
}
}
the server i'm using accepts php.
so wat seems to be the problem? please help....... :q:
http://www.pyramids-inc.com/mailform.html
<?
$ToEmail = "sindbad006@hotmail.com";
$ToName = "r17";
$ToSubject = "Pyramids Entertainment";
$EmailBody = "Sent By: sname\nSenders Email: $remail\nSenders Company: $scompany\n\nMessage Sent:\n$scomments\n\nQuestions: $Questions\n";
$EmailFooter="\nThis message was sent by: $sname from $REMOTE_ADR We will try and keep you updated";
$Message = $EmailBody.$EmailFooter;
mail($rname." <".$remail.">",$ToSubject, $Message, "From: ".$sname." <".$semail.">");
Print "_root.process.gotoAndPlay(48)";
?>
all the variables in the php above are all names applied in the flash file.
the last 2 lines in the action script are
else {
loadVariablesNum("snowMailPHP.php", "0", "POST");
_root.process.gotoAndPlay(2);
}
}
the server i'm using accepts php.
so wat seems to be the problem? please help....... :q: