
Welcome Guest
|
#1
|
|||
|
|||
|
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"); ?> |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |

Other Programming




