[PHP] Re: Email Form

2006-01-19 Thread David Dorward
Thomas Bonham wrote:

> I don't remember how to do email with php. I have all of it done, except
> for I can't get it to show the senders email address. All I get it from
> [EMAIL PROTECTED]
> 
> If some one has a example that they can post that would be great.

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

Note "additional_headers" in the Parameters section.

-- 
David Dorward      
 Home is where the ~/.bashrc is

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: email form results

2004-12-21 Thread M. Sokolewicz
Ken Bolton wrote:
Is there a simple way to send the results of a form to an email address? I
have created a form with multiple categories of radio boxes and I have
created a response PHP file that will give the user a confirmation. I'm just
not sure how to send the results through email. I've checked the
documentation with no luck. Thanks.
http://www.php.net/manual/en/function.mail.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php