PROTECTED]]
Sent: Friday, February 23, 2001 2:54 PM
To: [EMAIL PROTECTED]
Subject: [PHP] mail prob
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 s
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
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
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
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
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
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
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
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
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
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
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 in the function.
___
12 matches
Mail list logo