So here's an interesting one. I have no idea if this is possible, but hopefully someone here knows of a way. I have a site I wrote in coldfusion. It's written in this god-awful language because we have to run a proprietary third party client to manage member data. So programming the site in anything but coldfusion was unfortunately not an option. The page is built dynamically, with the menu, header, footer, and all content being included from the index file based on URL variables.
There are, of course, plenty of things PHP can do that coldfusion can't and I'd like to do some of these things on this site. So what I'm wondering is... is there any way I can get the PHP engine on the server to somehow compile .php files containing php code or preprocess them BEFORE my coldfusion engine includes the php file?
Thanks for any help anyone can offer.
2007-02-27
07:59:37
·
4 answers
·
asked by
Anonymous