Posted by JDS on 11/11/05 22:30
On Fri, 11 Nov 2005 12:12:44 -0800, Greg Scharlemann wrote:
> Warning: Cannot modify header information - headers already sent by
> (...)
Have you *tried* Google?
This is a FAQ.
There is something -- whitespace, probably -- being printed to the browser
before the header() line(s).
header() must be the VERY FIRST thing sent to the browser. (which is not
the same as the first thing in the PHP script).
--
JDS | jeffrey@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/
Navigation:
[Reply to this message]
|