[PHP] need information on sending email using php

2005-09-02 Thread Paul Goepfert
Hi all, I am new to php. I am going to be setting up a page that has a form on it. When the user clicks on submit an email should be sent with the contents of the form. My question is How do I do that? the webserver that I will be placing this page on has php ver 4.4.0 on it. Any help would

Re: [PHP] need information on sending email using php

2005-09-02 Thread Philip Hallstrom
I am new to php. I am going to be setting up a page that has a form on it. When the user clicks on submit an email should be sent with the contents of the form. My question is How do I do that? the webserver that I will be placing this page on has php ver 4.4.0 on it. Any help would be

Re: [PHP] need information on sending email using php

2005-09-02 Thread Stephen Johnson
http://www.php.net/mail On 9/2/05 12:40 PM, Paul Goepfert [EMAIL PROTECTED] wrote: Hi all, I am new to php. I am going to be setting up a page that has a form on it. When the user clicks on submit an email should be sent with the contents of the form. My question is How do I do that?