I need to write a PHP code into a ColdFusion file. However, when I run the .cfm file I cannot see the PHP code inserted (i suppose because the file extension is not .php?). If I do otherwise, place ColdFusion code inside a .php file, I get the same thing backwards.
How do I write PHP code inside a .cfm file and get it to work? I guess this same question could go in general on how to write PHP code inside ASP, CGI and what-not.