How to make a email form script???

India
April 21, 2007 5:05am CST
Hello guys can you teel me how can i make a simple PHP script that is used to send emails fgrom website...such as those in contact forms???
3 responses
• Canada
23 Apr 07
You'll obviously have to use the mail() PHP function. Have a look at it here: http://ca.php.net/manual/en/ref.mail.php You must be aware that not all free-hosting services allow you to use that function though.
• India
23 Apr 07
can you please tell me that how can i check whether my web host allow this mail() function???
• Indonesia
1 Jul 07
perhaps you could look on your webhosting package .. see if sendmail is included or SMTP feature enable on your hosting plan. good luck.
• Philippines
22 Apr 07
check this link! This might help you. http://faq.1and1.com/scripting_languages_supported/php_mail_explained/2.html
• India
23 Apr 07
ok thats a really simple one....Thank you so much...!!!
• United States
21 Apr 07
Creating email forms are actually very simple. There's a great how-to site, LissaExplains.com, that covers that subject on the fourth page underneath HTML. [http://lissaexplains.com/html4.shtml will get straight to the page with the tutorial on email forms.] Hope that helps!!
• India
23 Apr 07
Oh Thanks for sharing such a wonderful website lwelizabeth. It has tutorials for every topic which comes under HTML...thaks again!!!!