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
Senders Email: $remail
Senders Company: $scompany
Message Sent:
$scomments
Questions: $Questions
";
$EmailFooter="
This 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: