Can anyone please tell me if it's possible to run PHP through the Cold Fusion Server?
Someone told me it was possible. If so, how do you configure the server to accept parse php scripts?
Many thanks to anyone who knows and replies
M Baxter UK
It's pretty easy (we do it at work) you just install apache, php, all the other stuff you want for php like pdflib etc and then install cold fusion. they all seem to get along just fine. .cfm pages run as cold fusion pages and .php pages run as php.
Thanks for that Scott...
I found the win32 download file at:
http://www.php.net/downloads.php
...ran it and added the .php entry to the Application Mappings in IIS 5 and everything is now cool...
many Thanks