-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ok, what is on line 13 and on line 104?
That error is saying that you have a header() call on line 104 that I don't 
think should be there(The header command is not used with mail)....if it 
should you'll have to look at output buffering.
~Pauly
http://php.net/manual/en/function.header.php
http://php.net/manual/en/function.mail.php
http://php.net/manual/en/ref.outcontrol.php


On Saturday 30 November 2002 02:37 pm, Phil Powell wrote:
> I'm sorry that didn't work either.. here is my error:
>
> Warning: Cannot add header information - headers already sent by (output
> started at /users/ppowell/web/recommend.php:13) in
> /users/ppowell/web/recommend.php on line 104
>
>
> Phil
> ----- Original Message -----
> From: "Paul Nicholson" <[EMAIL PROTECTED]>
> To: "Phil Powell" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Saturday, November 30, 2002 1:46 PM
> Subject: Re: [PHP] How to override header info in mail()
>
> > Hey,
> > The correct way of doing that is:
> > if (!mail($to, $subject, $body, "From: ". $from ."\r\nContent-type".
>
> $contentType)) {..}
>
> > HTH!
> > ~Paul
> >
> > On Saturday 30 November 2002 12:58 pm, Phil Powell wrote:
> > > I am using this line:
> > >
> > > if (!mail($to, $subject, $body, "From: " . $from . ";" .
> > > header("Content-type " . $contentType))) {..}
> > >
> > > to use the mail() function in PHP to send simple text/plain or
> > > text/html email.  However, upon attempting to send I get a warning
> > > message
>
> indicating
>
> > > that header information has already been set prior to emailing.
> > >
> > > Is there a way to overwrite only certain header information prior to
> > > emailing to ensure the content-type of the email being either
> > > text/plain
>
> or
>
> > > text/html?
> > >
> > > Just wondering
> > > Thanx
> > > Phil

- -- 
~Paul Nicholson
Design Specialist @ WebPower Design
[EMAIL PROTECTED]
www.webpowerdesign.net
"The web....the way you want it!"


"It said uses Windows 98 or better, so I loaded Linux!"
Registered Linux User #183202 using Register Linux System # 81891
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE96VjYDyXNIUN3+UQRArAqAKCLtc0i7iNJyCcZ14/midkP3JFZXACaAgfk
FBrQwCIlYgxRyj9UFNhh4HQ=
=XosZ
-----END PGP SIGNATURE-----

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to