Page 1 of 1

Email contents of forms reader filled via PHP

Posted: Sat Mar 27, 2010 11:58 pm
by 176401
Hi there
I am a new user of php. I'd like to make a function that the contents of a form on website can be sent by email, in a text or html format, not using database like myaql after Submit. My server does not support Mysql. I need your help with PHP Coding as I do not know myself.
:?:
Thank u anyway.

Re: Email contents of forms reader filled via PHP

Posted: Sun Mar 28, 2010 1:53 am
by Christopher
See the manual for the mail() function.

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

Re: Email contents of forms reader filled via PHP

Posted: Sun Mar 28, 2010 2:23 am
by DaiLaughing
Your server does need to be set up to send mail but if it is mail() is very easy to use.