RE: [PHP] mail prob

2001-02-23 Thread PHPBeginner.com
just get some examples from php.net/mail and pass the variables to it any way you wish - it all will work Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: W.D. [mailto:[EMAIL P

Re: [PHP] mail prob

2001-02-22 Thread Simon Garner
From: "W.D." <[EMAIL PROTECTED]> > yea I guess that would work better, I dunno tho, I tried setting $from = > $Email and the blasted server still served it up as nobody in the header. > But the rest would make more sense. Yes [EMAIL PROTECTED] would need a copy to > trigger an autoresponse. I kno

Re: [PHP] mail prob

2001-02-22 Thread David Robley
On Fri, 23 Feb 2001 16:52, W.D. wrote: > > First Name: > Last Name: > E-mail Address: > Ask a > Question > > > > > > $from = $FirstName ." ". $LastName; > $subject = $Email; > $message = $Info; > mail("[EMAIL PROTECTED], [EMAIL PROTECTED], $subject, $message, > $from); ?> > You seem to h

Re: [PHP] mail prob

2001-02-22 Thread Simon Garner
From: "W.D." <[EMAIL PROTECTED]> > > First Name: > Last Name: > E-mail Address: > Ask a > Question > > > > > > $from = $FirstName ." ". $LastName; > $subject = $Email; > $message = $Info; > mail("[EMAIL PROTECTED], [EMAIL PROTECTED], $subject, $message, $from); > ?> > See, your syntax

Re: [PHP] mail prob

2001-02-22 Thread W.D.
First Name: Last Name: E-mail Address: Ask a Question > From: "W.D." <[EMAIL PROTECTED]> > > > well this is actually what I did tho, I used an $email var and set it too > > $from which I used mail()and it still came out as nobody > > > > > Can you show us the PHP code you're usin

Re: [PHP] mail prob

2001-02-22 Thread Simon Garner
From: "W.D." <[EMAIL PROTECTED]> > well this is actually what I did tho, I used an $email var and set it too > $from which I used mail()and it still came out as nobody > Can you show us the PHP code you're using please. Ta > > From: "W.D." <[EMAIL PROTECTED]> > > > > > so there is no

Re: [PHP] mail prob

2001-02-22 Thread W.D.
well this is actually what I did tho, I used an $email var and set it too $from which I used mail()and it still came out as nobody > From: "W.D." <[EMAIL PROTECTED]> > > > so there is no way to pull this variable from an email form field? > > > > > Eh? Of course, $from can be set by a form

Re: [PHP] mail prob

2001-02-22 Thread David Robley
On Fri, 23 Feb 2001 16:32, W.D. wrote: > so there is no way to pull this variable from an email form field? > > > From: "W.D." <[EMAIL PROTECTED]> > > > > > I'm using a remote host, and when I call mail() with all the var's > > pulling > > > > values from form fields, it still shows as nobody in f

Re: [PHP] mail prob

2001-02-22 Thread Simon Garner
From: "W.D." <[EMAIL PROTECTED]> > so there is no way to pull this variable from an email form field? > Eh? Of course, $from can be set by a form field if you want. Or a database, or any way you can set a variable. Then pass it to mail(), per my last message. > > > > From: "W.D." <[EMAIL PR

Re: [PHP] mail prob

2001-02-22 Thread W.D.
so there is no way to pull this variable from an email form field? > From: "W.D." <[EMAIL PROTECTED]> > > > I'm using a remote host, and when I call mail() with all the var's pulling > > values from form fields, it still shows as nobody in from header. Is this > a > > server situation? Theyre

Re: [PHP] mail prob

2001-02-22 Thread Simon Garner
From: "W.D." <[EMAIL PROTECTED]> > I'm using a remote host, and when I call mail() with all the var's pulling > values from form fields, it still shows as nobody in from header. Is this a > server situation? Theyre using php4 support and they claim its that I'm not > using appropriate variables i