Encyclopedia > Cold Fusion programming language

  Article Content

Cold Fusion programming language

Cold Fusion is a tag based language similiar 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>



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
North Lindenhurst, New York

... it is land and none of the area is covered with water. Demographics As of the census of 2000, there are 11,767 people, 3,808 households, and 2,974 families residing in ...

 
 
 
This page was created in 27.7 ms