Question:
What are .cfm files?
anonymous
1970-01-01 00:00:00 UTC
What are .cfm files?
Three answers:
Buzzy Buddy
2006-07-26 09:13:23 UTC
.cfm stands for coldfusion markup language file. You can use dreamweaver software to do the programming.



It is like programmig language like php, asp, java, jsp..for web content.



It is very rich and more flexible. But to runn it you need web server as well as cold fusion server.



For more infor goto adobe.com (Adobe bought over)
Ipshwitz
2006-07-26 09:11:22 UTC
CFM files are created using ColdFusion.
jmfc
2006-07-26 09:41:28 UTC
They are ColdFusion files. They are not converted to HTML by the browser. What happens is on the webserver, such as IIS which is Microsofts webserver, it gets a request from your browser and sees that it is a .cfm page. It doesn't know how to process this so it passes it on to ColdFusion software on the server to handle. This does all the processing of the file then sends back the HTML to the webserver to pass back to your browser. Your browser wouldn't be able to handle a source document that was a ColdFusion document as it doesn't know what the tags are in there. It only knows how to display the HTML resulting code after processing by the server.



hope this helps


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...