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 proc

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

2007-05-04 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

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

2007-05-04 Thread revDAVE
sts.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, > > > Just a basic form with a fe

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: -- Thanks - RevDave [EMAIL PROTECTED] [db-lists] -- PHP General Mailing List (http://www.php.net/) To unsubscribe,