Big Perm-dizzle
04-22-2004, 05:44 AM
here is the button's action
on (release) {
if (name eq '' or message eq '' or from eq '') {
stop();
} else {
lineAdapt();
loadVariablesNum('mail.php3', 0, 'POST');
_root.gotoAndStop('sent');
}
}
here is the php form
<?php
mail('annanordness@hotmail.com', $name, $message, 'From: PHPMailer\nReply-To: $from\nX-Mailer: PHP/' . phpversion());
?>
I dont know whats wrong.......i click the send button and nothing happens and my hosting supports php
JUST LAUNCHED - www.hirethisdesigner.com (http://www.hirethisdesigner.com) - check it out
on (release) {
if (name eq '' or message eq '' or from eq '') {
stop();
} else {
lineAdapt();
loadVariablesNum('mail.php3', 0, 'POST');
_root.gotoAndStop('sent');
}
}
here is the php form
<?php
mail('annanordness@hotmail.com', $name, $message, 'From: PHPMailer\nReply-To: $from\nX-Mailer: PHP/' . phpversion());
?>
I dont know whats wrong.......i click the send button and nothing happens and my hosting supports php
JUST LAUNCHED - www.hirethisdesigner.com (http://www.hirethisdesigner.com) - check it out