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://php.net/mail should do the trick.

If that's not enabled on your server, and can't be, but you have access to
an SMTP server somewhere, http://phpclasses.org/ has several fine PHP
mailing objects.

Oh, and you may want to read the PHP FAQ, especially the part about using
$_POST to snatch all the POST data in a few lines of code.  Very handy.

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to