Content deleted Content added
|
|
(5 intermediate revisions by 4 users not shown) |
#REDIRECT [[Adobe ColdFusion]]
'''Cold Fusion''' is a tag based language similar to [[PHP]].
Alliare (Ben Forta) created Cold Fusion and was later sold to [[Macromedia]]
who has it currently at level MX (Cold Fusion 6).
[[Image:Example.jpg]]==Example of Cold Fusion==
<cfquery name="nameofquery" datasource="odbc_connection" username="simple" password="enough">
Select * from table
where field = 'whateveryouaresearchingfor'
</cfquery>
<cfoutput query="nameofquery">
#field_from_query#
<nowiki><!--- Above is called a variable, this text here is just comments !---></nowiki>
</cfoutput>
==Acronym==
The Acronym for Cold Fusion is CFM. As in http://website.com/index.cfm
|