Well , I have a question....I've followed all instructions from Jeff , but for my surprise ..... Even his original files don't work!!!
I put it on my server and.......nothing.
I know that this should work , because one time I already did it work. As I am a novice PHP programmer I'll not analize it 100% , but in my opinion Jeff should justify why we all have problems using this tutorial.

Anyway , as I have Full File Support on my server , I guess this is a error from the script ( and not quite sure ) or from the ActionScript ( maybe that ) .
Well my PHP code is :
<?
$ToEmail = "
adjk@ihideitfromyou.com";
$ToName = "ADJK Design";
$ToSubject = "$ToSubject\nSenders"
$EmailBody = "Sent By: $Name\nSenders Email: $Email\nSenders Company: $Company\n\nMessage Sent:\n$ToComments\n\nSenders Heard About Site From: $Where\n\nSenders URL: $URL\n\nSenders ID: $ID\n\nSenders Phone: $Phone\n\nSenders Inquiry: $Inquiry\n";
$EmailFooter="\nThis message was sent by: $Name from $REMOTE_ADDR If you feel that you recieved this e-mail by accident please contact us at
www.somesite.com";
$Message = "$EmailBody.$EmailFooter;"
mail($ToName." <".$ToEmail.">",$ToSubject, $Message, "From: ".$FirstName." <".$Email.">");
Print "_root.Mail.EmailStatus=Complete - Thank you";
?>
.
Something wrong there
