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
--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
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
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
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?
> >
> >
--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
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