Hi. I develop basic Flash and have run into an issue that requires simple PHP. / Moderated /
I developed a Flash site with contact form. We need it to send an email when filled out. The script on the Submit button is:
on (release) {
Name = userName.text;
Email = userEmail.text;
Telephone = userTelephone.text;
Address = userAddress.text;
Message = userMessage.text;
loadVariables("contact.php",'POST');
gotoSceneAndPlay("<current scene>",1);
}
I need the "contact.php" file that works with the above Flash script created and installed on a Yahoo Small Business hosting enivronment. The Yahoo Small Business hosting environment may need some set up and I don't know how to do that either, but I can see that they give you the basic PHP set up tools and info on the site. I am pretty sure that this would take a knowledgable PHP person about 30 minutes.
/Moderated /
Thanks.
-andy
Moderator note: job requests are not allowed on this message board. Please ask a specific question concerning help on your PHP script instead.