paulv7
12-14-03, 09:16 PM
I am trying to make an email form and am stuck. I think either my PHP file isn't working or the flash file isn't sending the info to the php file.
Here is the swf I have so far
swf (http://www.vance3d.com/flash/email.swf)
It will run all the way through but I won't recieve an email.
Here is the PHP file I am using to test.
==============
<?php
$to = "xxxxxxx@vance3d.com"; (x's are address I took out out)
mail($to, $Subject, $Email, $message);
?>
================================
Here is the fla (flash work file) file if you wouldn't mind looking to see if I have somethig wrong in sending the info to the PHP
fla (http://www.vance3d.com/flash/email.fla)
Right now both of these files sit on the server in www.vance3d.com/flash. This is just a place so I can test them.
I am just learning Flash and don't know much about PHP so any help would be great.
Thank You
Paul
__________________
Here is the swf I have so far
swf (http://www.vance3d.com/flash/email.swf)
It will run all the way through but I won't recieve an email.
Here is the PHP file I am using to test.
==============
<?php
$to = "xxxxxxx@vance3d.com"; (x's are address I took out out)
mail($to, $Subject, $Email, $message);
?>
================================
Here is the fla (flash work file) file if you wouldn't mind looking to see if I have somethig wrong in sending the info to the PHP
fla (http://www.vance3d.com/flash/email.fla)
Right now both of these files sit on the server in www.vance3d.com/flash. This is just a place so I can test them.
I am just learning Flash and don't know much about PHP so any help would be great.
Thank You
Paul
__________________