I just redesigned my website in Flash, and am having trouble getting my php contact form to work. (Note: I have never used php, nor do I claim to know anything about php.) A friend of mine uses the same php form on his site and it works fine for him. You can check mine out at http://www.seven40.com
The form is set up like a component in Flash. I have a recipient set, a subject, the name of the php file (sendmail-4.php, and who to send it to.)
You can fill the form out and it will say it completes successfully, but the mail never comes through.
Any suggestions on where to start the troubleshooting?
I can post the php file later if you need me to.
Thanks a lot,
Terry
PHP Contact Form within swf file
Moderator: General Moderators
-
microthick
- Forum Regular
- Posts: 543
- Joined: Wed Sep 24, 2003 2:15 pm
- Location: Vancouver, BC
well, a few questions.
1) What OS are you using ?
2) Are you the one that installed php ?
3) Where did you isntall php?
4) When you installed it, did you follow the instructions on configuring and copying the php.ini file correctly?
5) Lastly, if you said no for questions 2-4, and you are using windows 2k or windows xp, this is the link for you :
http://www.onlygeeks.com/read/15
it will walk you through installing php ( because if i'm understanding you correctly, you didn't even install php ).
included in the instructions are methods that are best when installing php, including how to use it configured with the Apache Web Server. If you want information on installing it on IIS, if you read the Install.Txt file included with the php distribution, you will find instructions to do so.
Otherwise, if you installed php, and you are having problems, explain what OS you are using, and the appropriate people will help you out.
Hope that helped.
1) What OS are you using ?
2) Are you the one that installed php ?
3) Where did you isntall php?
4) When you installed it, did you follow the instructions on configuring and copying the php.ini file correctly?
5) Lastly, if you said no for questions 2-4, and you are using windows 2k or windows xp, this is the link for you :
http://www.onlygeeks.com/read/15
it will walk you through installing php ( because if i'm understanding you correctly, you didn't even install php ).
included in the instructions are methods that are best when installing php, including how to use it configured with the Apache Web Server. If you want information on installing it on IIS, if you read the Install.Txt file included with the php distribution, you will find instructions to do so.
Otherwise, if you installed php, and you are having problems, explain what OS you are using, and the appropriate people will help you out.
Hope that helped.