Hello, I need some hints on this problem: I have a code in mod_perl that generate a html page with some php code (<?php ... ?>), 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 there some functions on Apache module?)
thanks!! Regards, Edgard Pineda.