I’m running a flash form mail which uses php, however the php is NOT sending the emails. I have a verify variable that is sent from the php back to the flash. This works only when the mail script is NOT included in the php. I need the php to send an email to the admin, a reply to the sender, and echo the variable back to flash.
Files
.zip (fla, both php forms)
.html (using just the echo)
.php (using just the echo)
.php (using the echo and mail script)