**
Flash-Based Email Form Using PHP by senocular > not working properly
I downloaded the .fla & php code , changed the email address ( $sendTo = "my_email@whatever.com"; ) , and tested on line ;
The message is received empty , without the typed content ;
On flash there are 3 input txt fields : name , E-mail , Message , but
on php there are $_POSTs for first name , last name ;
$headers = “From: " . $_POST[“firstName”] .” “. $_POST[“lastname”] . “<” . $_POST[“email”] .”>
";
Something must be wrong ;
http://www.kirupa.com/developer/actionscript/flash_php_email.htm
**