RE: PHP not processed in 4.0.1a
"Erik Costlow" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
How do I put the chain in proper order or make PHP send the data through the output filters? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Brian Aker Sent: Sunday, July 20, 2003 12:46 PM To: [email protected] On Sun, 2003-07-20 at 00:09, Erik Costlow wrote: > When I look at the page, the php inside the requested > LAYOUT_SCRIPT_NAME is executed, but the code inside of header.inc.php > and footer.inc.php is not being processed and shows up on the client's > machine. Does anyone know how to solve this problem? Sounds like they are being attached after mod_layout has done its processing. Which means that mod_layout is not at the end of the chain, or PHP is not behaving correctly and sending its data through output filters.