LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


Prev Previous Post   Next Post Next
  #1  
Old 08-06-2003, 09:31 PM
nyc11217 nyc11217 is offline
Registered User
 
Join Date: Aug 2003
Posts: 12
Rep Power: 0
nyc11217 is on a distinguished road
Problem PHP mail form with Flash MX

I am using a PHP mail form and when I try it, I do receive the e-mail but with nothing in there
can anyone help? here is the code:

clear button:

on (release) {
name = "";
subject="";
message="";
email="";
}

send button:

on (release) {
if (name eq "" or subject eq "" or message eq "" or email eq "") {
stop ();
} else {
loadVariablesNum ("form.php", 0, "POST");
gotoAndStop (2);
}
}

php form:

<?PHP
$to = "you@domain.com";
$msg = "$name\n\n";
$msg .= "$message\n\n";
mail($to, $subject, $msg, "From: you@domain.com\nReply-To: $email\n");
?>
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
strange problem php var to flash var oosti Web Platforms - PHP, JSP and .NET 1 11-15-2010 12:03 PM
Flash problem with Contact Us form ztuner General Flash 0 02-01-2009 11:10 PM
Flash PHP Form w/Attachment aaronmatthew Web Platforms - PHP, JSP and .NET 3 05-28-2007 04:53 PM
PHP and Flash problem Hermet Web Platforms - PHP, JSP and .NET 3 07-14-2006 02:48 PM
Flash + PHP problem Sier Web Platforms - PHP, JSP and .NET 1 06-15-2006 08:03 PM




All times are GMT. The time now is 07:55 AM.