Re: [PHP] Newbie Question - Form To Email Needed

2007-05-07 Thread Richard Lynch
On Fri, May 4, 2007 9:23 pm, revDAVE wrote: I have a form on page one - and would like to submit to a second page in PHP that could grab the fields and send it out as an e-mail. Are there any links that show how do this? http://php.net/faq.php Somewhere in there is a question about

Re: [PHP] Newbie Question - Form To Email Needed

2007-05-05 Thread Jim Lucas
Q: is there some kind of mail command like this for PHP? yes, it is called mail() check out this example, it is short but to the point. http://us.php.net/mail#57473 Jim Lucas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Newbie Question - Form To Email Needed

2007-05-04 Thread revDAVE
Hi folks, I have a form on page one - and would like to submit to a second page in PHP that could grab the fields and send it out as an e-mail. Are there any links that show how do this? Thanks in advance - Dave -- Thanks - RevDave [EMAIL PROTECTED] [db-lists] -- PHP General Mailing List

Re: [PHP] Newbie Question - Form To Email Needed

2007-05-04 Thread revDAVE
On 5/4/2007 7:29 PM, Brad Sumrall [EMAIL PROTECTED] wrote: Where are the fields? Hi Brad, Just a basic form with a few fields inside like - name - address etc lie: form action=sendmail.php method=post input name=name type=text input name=email type=text /form -- Thanks - RevDave [EMAIL

Re: [PHP] Newbie Question - Form To Email Needed

2007-05-04 Thread revDAVE
Message- From: revDAVE [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 10:36 PM To: php-general@lists.php.net Cc: Brad Sumrall Subject: Re: [PHP] Newbie Question - Form To Email Needed On 5/4/2007 7:29 PM, Brad Sumrall [EMAIL PROTECTED] wrote: Where are the fields? Hi Brad