Re: howto config apache to allow perl to filter php pages

2000-07-24 Thread darren chamberlain
Aaron Johnson ([EMAIL PROTECTED]) said something to this effect: > I was thinking about the same thing awhile back. It was interesting to me that > lots of neat applications are PHP based. I would like to be able to take the > processed PHP page and include it inside of my mod_perl page. I was

Re: howto config apache to allow perl to filter php pages

2000-07-22 Thread Rob Tanner
--On 07/22/00 15:56:18 -0400 Sam Carleton <[EMAIL PROTECTED]> wrote: > > I was reading the O'Reilly book "Writting Apache Modules in Perl and C" > and discovered the navbar example. I really like how Stein/MacEachern > designed the navbar code. Once the code was written, it read in a > configur

Re: howto config apache to allow perl to filter php pages

2000-07-22 Thread Joshua Chamas
Aaron Johnson wrote: > > I was thinking about the same thing awhile back. It was interesting to me that > lots of neat applications are PHP based. I would like to be able to take the > processed PHP page and include it inside of my mod_perl page. I was thinking > there are several ways I could

Re: howto config apache to allow perl to filter php pages

2000-07-22 Thread Aaron Johnson
I was thinking about the same thing awhile back. It was interesting to me that lots of neat applications are PHP based. I would like to be able to take the processed PHP page and include it inside of my mod_perl page. I was thinking there are several ways I could handle. I can have a seperate

Re: howto config apache to allow perl to filter php pages

2000-07-22 Thread Sam Carleton
Rob Tanner wrote: > > --On 07/16/00 16:11:07 -0400 Sam Carleton <[EMAIL PROTECTED]> wrote: > > > I would like perl to process a php page before or after the php > > interpreter get's it hands on the file. I am trying to add a navbar to > > the PHP code. How would I go about doing that? > > > >

Re: howto config apache to allow perl to filter php pages

2000-07-22 Thread Rob Tanner
--On 07/16/00 16:11:07 -0400 Sam Carleton <[EMAIL PROTECTED]> wrote: > I would like perl to process a php page before or after the php > interpreter get's it hands on the file. I am trying to add a navbar to > the PHP code. How would I go about doing that? > > Sam The simple answer is wait for

howto config apache to allow perl to filter php pages

2000-07-16 Thread Sam Carleton
I would like perl to process a php page before or after the php interpreter get's it hands on the file. I am trying to add a navbar to the PHP code. How would I go about doing that? Sam