E-mail form with php

I downloaded an e-mail form.
Then, I changed the valueable of the action script.
it was"mailPHP.php" but it is now “http://www.shoppingww.com/flash/mailPHP.php” It is where the php file is located.

When I test the movie (ctrl+enter), I can receive e-mails. But when I upload the movie and test it out, I don’t receive e-mails.

do I need to change something?
I attached a .fla file and .php file.

Please help me.
I have been struggling with this for the past few days.
I can’t sleep!!

Thank you.

well, there isnt such a thing, u cant send emails through ur computer unless ur files are in localhost directory and PHP Is installed! and when u upload ur files, u should check permisions if php is really allowed to be used, mail() function too!!

Hope this helps u!

yours,
h88

I’m having the same problem with my form as well, it works locally on my computer, I receive emails, but when I upload it to my server, I no longer receive emails. Takashi, have you figured it out? If so then please help me, thanks.

Am asking again, did u check if the mail() function is alowed to be used? PHP okay, there are many Free hosters that allow PHP, but not the mail function!

I’m pretty sure my host allows the mail function because this is what I did. I was using a free form mail service on my html site and it worked fine. I then took this link from that form:

http://www.response-o-matic.com/cgi-bin/rom.pl

I then stuck it into my flash form and have all the variables sent to that link above which is the script that sends the data to my email. So now it looks like this in my flash form, I applied it to my submit button.

on (release) {
	loadVariablesNum("http://www.response-o-matic.com/cgi-bin/rom.pl", "", "POST")
	nextFrame();
}

When I test the form on my comp, it sends data to my email, but when I upload it, it no longer sends data. I was using a free host before and now I’m on a paid host and it still doesn’t work. It only works locally on my comp. If it worked for my regular form, why wouldnt it work for my flash form? Thanks for replying.

Did u test flash locally?

yes, I tested flash locally and the form works, but it doesnt work on my host server. :frowning:

The onlything should be left is ur Host, ask the adminstrator about PHP and mail() function, maybe he’ll reply you some useful replies