[PHP] PHP Email Question

2010-09-19 Thread Joe Jackson
Hi Sorry for the simple question but I am trying to get my head around PHP. I have a sample PHP script that I am trying to use to send a php powered email message. The snippet of code is shown below mail('em...@address.com', 'Subject', $values['message'], "From: \"{$values['name']}\" <{

Re: [PHP] PHP Email Question

2010-09-20 Thread Joe Jackson
into the email body. I greatly appreciate all your expert advice and help. On Sun, Sep 19, 2010 at 11:37 PM, TR Shaw wrote: > > On Sep 19, 2010, at 6:00 PM, Joe Jackson wrote: > > Hi > > Sorry for the simple question but I am trying to get my head around PHP. I > have

Re: [PHP] PHP Email Question

2010-09-29 Thread Joe Jackson
Hi I am trying the following snippet as Bostjan suggested, and an email is getting sent when I submit the form however in the body of the email I am getting none of the form data in the body of the email. All I am getting is the letter 'z' ? Also in the from field of the email this is showing a