in reply to Make PHP Execute in CGI output
Some of that I can imagine:
- write mod_perl handler (maybe PerlTransHandler) to output your PHP code into temporary directory, translate rerquest's filepath to the one in tmp, and set main content handler to php.
- use command line PHP to process code.
- use php-perl by dougm, the author of mod_perl.
--
Tatsuhiko Miyagawa
miyagawa@cpan.org
In Section
Seekers of Perl Wisdom