How to create a Contact Form using php?

  • Thread starter Thread starter Sean G
  • Start date Start date
S

Sean G

Guest
I have been searching the internet with information on how to create a contact form on my website. I have been on many websites, but most just provide you with step by step instructions that end up never working.

Can anyone direct me to a website or can someone kindly provide me with a php form that is simple with Name, Email and Message that can be sent from my website to an email account?

Any help or guidance would be great. Thanks
 
I'm not sure where your skill level is at but it should be as simple is making the HTML form and sending it to a php file that pulls the variables and plugs them into the php mail function

http://us.php.net/manual/en/function.mail.php
 
Back
Top