I'll bet you can find one easily if you google it. I've seen dozens of them.

    did that but no results 🙁 tried in other language as well nothing yet...

      i'm from spain so i don't have the same results on google. .. 🙁 that helped me alot thanks but i have a problem it's returning to email :

      your_name adisan&777&Your Name:
      your_email 654444689&777&Your Email:
      message asasdasda&777&Message:
      recipient adisan_pl@hotmail.com
      siteowner 1

      i understand that &777& it's like a error....but not an error

        I have no idea what that output is from. It would be helpful to see some code. Please be sure to use the code formatting tags.

          the code is from actionscript and php together

          MY ACTIONSCRIPT

          rec="my email here";
          serv="php";

          var fields_descriptions= Array ("",
          Array("t1", "your_name"),
          Array("t2", "your_email"),
          Array("t3", "telephone", "Telephone:"),
          Array("t4", "message"),
          Array("t5", "field_2", "E-mail:"),
          Array("t6", "field_3", "Address:"),
          Array("t7", "field_4", "fax:")
          );

          for (i=1; i<=fields_descriptions.length; i++) {
          this["k"+i].text=fields_descriptions[2];
          }



          THE PHP Is THat from the 1st PAGE

            All your code does is take the values you define in the fields_descriptions array and put the 3rd element into a text field (which I assume is in your flash movie).

            Your actionscript makes no effort at all to speak with your PHP script.

              if i delete contact.php it doesen't work ...so it must be chained ? guess ?

                Did you read my comment? The actionscript you posted doesn't make any effort to interact with your php file.

                  ok so if all things are going ok ... why do the response from email has a &777& .... what is that &777& it's like a bug or a trap door ..something like that ...

                    I never said all things were going ok. I said the actionscript you posted does not contain any code at all that will interact with a php server.

                      Write a Reply...