Contact Form, what am I doing wrong?
January 7th, 2009on (release) {
if (name eq "" or subject eq "" or message eq "" or email eq "") {
gotoAndPlay(3);
} else {
loadVariablesNum("form.php", 0, "POST");
gotoAndStop (2);
}
}
And the php file looks like this...
$to = "cmferr2007@yahoo.com";
$msg = "$namenn";
$msg .= "$messagenn";
mail($to, $subject, $msg, "From: My web sitenReply-To: $emailn");
?>
Ok, so where I have my email in the php file, is that where it is suppose to go so that when someone contacts me the message goes to that email?
trey "search" more frequently
there are aslo many posts regarding this.
#If you have any other info about this subject , Please add it free.# |