I agree with Geoff, upgrading is the cleanest way around this problem.
However, that solution was not immediately possible for me and I am in a
similar situation. I have an Apache Handler that generates HTML pages
with embedded PHP. I wrote another Apache Handler to process the output
from the fi
Edgard Pineda wrote:
> Hello,
> I need some hints on this problem: I have a code in mod_perl that
> generate a html page with some php code (), but before to
> send this data to the browser I would like the mod_php processed the
> code first. How can I accomplish this? (I use mod_perl 1.26,
Hello,
I need some hints on this problem: I have a code in mod_perl that
generate a html page with some php code (), but before to
send this data to the browser I would like the mod_php processed the
code first. How can I accomplish this? (I use mod_perl 1.26, Apache 1.3,
php 4.1) (are ther