Hi all,
You must make sure that there is no blank space of any kind (spaces or line
returns or anything) at either end of the defaults.php file - I'm guessing
you've got a blank line at the end.
The error is because it's trying to send a HTTP header, which it can only do
before any information has been send. When the defaults file is include()'d,
it sends the blank line.
Max
--
A man on a mission is far different from a drone on a deadline.
* Rheta Grimsley Johnson
> -----Original Message-----
> From: php...@li...
> [mailto:php...@li...]On Behalf Of David
> Kjellquist
> Sent: 06 April 2002 17:05
> To: php...@li...
> Subject: Header Warning message
>
>
> Max et al;
> I have downloaded april 6 CVS snapshot to set up on my
> web page. I have setup the defaults and saved in
> defaults.php. When I run the index.php I am getting an
> on-screen warning telling me that header data (line
> 99) can not be added because ouput has already been
> started in defaults.php (line 52).
>
> I didn't this warning from previous snapshots?
>
> _______________________________________________
> PHPWeather-devel mailing list
> PHP...@li...
> https://lists.sourceforge.net/lists/listinfo/phpweather-devel
|