PHP files and Flash contact form
Hello,
I am creating a website in flash CS4 and I made a contact form and when I test the site out, I can type and click the submit button, so everything is fine there but it doesn't go to anything. Now I know I need a code to tell the contact form where to go, but I can't find one that works, or I may be doing something wrong. I also have been reading about PHP but I am not sure what that is. I found a site that said to put this code in the actions panel.
on(release){
getURL("http://www.mail.menaceaudio.com", "", "POST");
}
The www.mail.menaceaudio.com is the site for the companies email.
So when I test it out this error comes up:
1087: Syntax error: extra characters found after end of program.
