|
|
 |
Re: FN-FORUM: PHP error
date posted 5th January 2006 17:24
On Thursday 05 Jan 2006 5:40 pm, Thomas Campbell wrote:
> im not any kind of php guru or anything, but i wrote a mail page in
> php and i was experiencing the same issues. Im sure it was something
> to do with multiple declarations of the header.
>
> so when u say header( Location:.....) u get an error.
>
> Cannot modify header information - headers already sent
There's a mail() followed by a header(). The header() is failing
because of the mail() generating a warning because the SMTP=20
server is doing some sort of "relaying denied" bozoness.
--=20
5: When responding to a post, delete all information that is not
strictly necessary. This includes the freelancers tag line and .sig
files. Delete anything you're not specifically responding to.
|
 |
|