Jump to content

Cold Fusion programming language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sverdrup (talk | contribs) at 21:24, 3 June 2004 (Reverted edits by 128.157.24.39 to last version by 66.215.167.4). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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).

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#   
<!--- Above is called a variable, this text here is just comments !--->
</cfoutput>

Acronym

The Acronym for Cold Fusion is CFM. As in http://website.com/index.cfm