Hi all

New to php so please bare with me.

I have modified a php script for mail form sending. The fields are user created in Flash 6 swf movie, and have linked the text fields with instance and variable names. In the php file I have duplicated the variable names and when I launch the php script from within the flash movie, it works, but when I receive the email all the fields are blank. I have duplicated the correct fields names and I am still not sure whats going wrong.

When using the getURL action within Flash should I be passing the variable names as well in the HTTP line or I am missing a peice of key information.

I look forward to any advice

I have attached the php script for review if any body would like to.
Regards
David

    Have you tried sending a fixed mail from the script by taking out the dynamic vars ($name, $email etc.) and substituting static vars for testing (name=John Doe etc.)? That would find out if it is the script or the server mail function. If that works then I'd guess that Flash is not sending the $variable values properly. It seems to be sending something, otherwise the script would never get past the first if check and send any mail at all.
    Interested in your progress πŸ™‚

      Thanks Reidme

      I tried this and the fixed text gets sent through. If Flash is not sending or passing the variables, I don't now enough about flash to understand way, but as you say I now know that the php text is doing a good send mail with fixed text.

      I will dig deeper into Macromedia support db, (birdsnest).

      Regards
      David NorthπŸ˜•

        Write a Reply...