Hello,
I’ve just been trying this flash php tutorial :
http://www.kirupa.com/developer/actionscript/flash_php_email.htm
and I’ve run into a problem.
I’ve downloaded the source and email.php files and uploaded to my server (which does have php enabled). When I test this and type my name, email and then a message into the fields it sends ok but in my mailbox I only receive a blank email. It has the correct name and email but nothing from the message section.
I’ve copied the php script exactly from the tutorial, only changing the first part to contain my email address:
?php
$sendTo = "flashqueston@hotmail.com";
$subject = “My Flash site reply”;
any help would be much appreciated.