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
Northwest Harbor, New York

... age of 18 living with them, 55.2% are married couples living together, 9.2% have a female householder with no husband present, and 30.7% are non-families. 22.6% of all ...

 
 
 
This page was created in 36.8 ms