Ok as you can tell from the title i am really no good with php, and this is why i cam here. Ok i have a website (Built completly in flash) that has a contact page. This page has a form where you can send info to an email. When you click send the form will refresh and say "Message Sent" if the form is not filled out the form will say "Fields Missing" or something similar. Anyway, when you click send it looks for a php file called "email.php" i know where to store this file and all the rest, its just creating it.
I am in desperate need of help and i have checked google and even tried learning php but cannot get my head around it. If you are willing to help the website it temporarily hosted at freewebs and can be viewed HERE.
Thank you in advance
Benson.
Really Simple PHP Help
Moderator: General Moderators
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: Really Simple PHP Help
http://www.hotscripts.com has loads of contact form scripts. You could make your own pretty easily using PHP's mail() function.