Re: [PHP] Can't figure mail & post out

2005-03-07 Thread anirudh dutt
On Tue, 8 Mar 2005 10:28:32 +0530, Zareef Ahmed <[EMAIL PROTECTED]> wrote: > On Mon, 7 Mar 2005 10:02:32 +0530, anirudh dutt <[EMAIL PROTECTED]> wrote: > > On Mon, 7 Mar 2005 08:37:52 +0530, Zareef Ahmed <[EMAIL PROTECTED]> wrote: > > > Again you are sending the mail to same person very time. > > >

Re: [PHP] Can't figure mail & post out

2005-03-07 Thread Zareef Ahmed
On Mon, 7 Mar 2005 10:02:32 +0530, anirudh dutt <[EMAIL PROTECTED]> wrote: > On Mon, 7 Mar 2005 08:37:52 +0530, Zareef Ahmed <[EMAIL PROTECTED]> wrote: > > Hi Robert, > > > > Please take a look at php manual and try to know something about > > $_POST, $_GET etc. > > Your code is full of errors. >

Re: [PHP] Can't figure mail & post out

2005-03-06 Thread anirudh dutt
On Mon, 7 Mar 2005 08:37:52 +0530, Zareef Ahmed <[EMAIL PROTECTED]> wrote: > Hi Robert, > > Please take a look at php manual and try to know something about > $_POST, $_GET etc. > Your code is full of errors. > > > On Sun, 6 Mar 2005 15:33:30 -0500, Robert <[EMAIL PROTECTED]> wrote: > > $sendt

Re: [PHP] Can't figure mail & post out

2005-03-06 Thread Robert
Thanks, I fixed the problem and it's working great. Didn't need the $_POST in the email and needed double quotes around the sender header variable. "Zareef Ahmed" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Robert, > > Please take a look at php manual and try to know somet

Re: [PHP] Can't figure mail & post out

2005-03-06 Thread Zareef Ahmed
Hi Robert, Please take a look at php manual and try to know something about $_POST, $_GET etc. Your code is full of errors. On Sun, 6 Mar 2005 15:33:30 -0500, Robert <[EMAIL PROTECTED]> wrote: > Hi - > > I am very new to php and can't get this to work right. It keeps telling me > there is no

[PHP] Can't figure mail & post out

2005-03-06 Thread Robert
Hi - I am very new to php and can't get this to work right. It keeps telling me there is no send header. I have tried multiple variations? Any ideas? I am simply trying to query the database and send out an email to each person in my database. Thanks, Robert $query = "SELECT first_name,