Really Simple PHP Help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Benson
Forum Newbie
Posts: 1
Joined: Wed Sep 17, 2008 11:57 am

Really Simple PHP Help

Post by Benson »

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.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: Really Simple PHP Help

Post by jayshields »

http://www.hotscripts.com has loads of contact form scripts. You could make your own pretty easily using PHP's mail() function.
Post Reply