Re: [PHP] HTTP headers and include()

2001-08-22 Thread Casteele/ShadowLord
Andy <[EMAIL PROTECTED]> wrote in article <003b01c12b23$d1f245d0$0b01a8c0@ANDreY>... > See if is there some kind of echo before header()s, or HTML sent to > browser. No, I've been extremely careful to avoid that. The following are the two test files I've been using to try to solve this.. (s

[PHP] HTTP headers and include()

2001-08-22 Thread Casteele/ShadowLord
I've written a separate function library for a cluster of web pages, and I then include("slib.php") in each of the web pages, instead of copying 12k of code to each page individually. Some of the pages require (simple) authentication or redirection headers, which some of the code in the library i