[PHP] header() and require()

2001-02-26 Thread Jason Jacobs
Hi. In some of my files, I have a require statement to get some global stuff accessable. I also have some header() redirects. They don't work (they worked before I added the requires). I moved the require under one of the header()s and that one works now, but I can't move it under the other

Re: [PHP] header() and require()

2001-02-26 Thread php3
Addressed to: "Jason Jacobs" [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from "Jason Jacobs" [EMAIL PROTECTED] Mon, 26 Feb 2001 11:28:37 -0500 Hi. In some of my files, I have a require statement to get some global stuff accessable. I also have some header()