Re: postprocessing html+php code generated by a mod_perl system before to send it to browser

2005-11-22 Thread Clint Edwards
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

Re: postprocessing html+php code generated by a mod_perl system before to send it to browser

2005-11-22 Thread Geoffrey Young
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,

postprocessing html+php code generated by a mod_perl system before to send it to browser

2005-11-22 Thread Edgard Pineda
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