[PHP] Problem with readfile() and HTTP headers (vs. server-side include)

2003-03-27 Thread Kerry Shetline
I'm trying to figure out how to make readfile() or include() work more like a server-side #include, in terms of HTTP headers. I'm taking some web pages that used server-side includes, that in turn invoked CGI scripts, and replacing these pages with PHP pages. For the most part, I don't need a l

[PHP] Problem with readfile() and HTTP headers (vs. server-side include)

2003-03-27 Thread Kerry Shetline
I'm trying to figure out how to make readfile() or include() work more like a server-side #include, in terms of HTTP headers. I'm taking some web pages that used server-side includes, that in turn invoked CGI scripts, and replacing these pages with PHP pages. For the most part, I don't need a lot o