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
French resistance

... formed in Vichy France. Confrerie Notre-Dame[?] Défense de la France[?] - Group of students of Sorbonne University that begun to produce an underground newspaper of ...

 
 
 
This page was created in 30.8 ms