I work for a community college system and am requesting that PHP be supported on our web server. The server already runs Cold Fusion, Perl & ASP together. Does anyone have any information on what will happen if PHP & Cold Fusion are served by the same IIS server & hit the same SQL server? How about any information on where I might find this documentation .... THANKS!
in my (limited) knowledge, if you keep your php code in .php files, then it should run fine alongside pretty much anything. and sql server is very good at handling various connections, so that shouldn't cause a problem.