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
in
Computers & Internet
➔ Programming & Design
To be perfectly clear, I'm not looking to change the site or reprogram anything that's currently there. I just want to be able to include PHP code from a coldfusion file and have that PHP code somehow already processed by the time it hits the coldfusion.
2007-02-27
08:11:04 ·
update #1
I have tried simply including a file containing PHP and the code comes out completely unparsed.
2007-02-27
08:34:36 ·
update #2