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
Canadian Music Hall of Fame

... David Clayton-Thomas[?] 1996 Denny Doherty[?] 1996 John Kay[?] 1996 Dominic Troiano[?] 1996 Zal Yanovsky 1997 Gil Evans[?] 1997 Lenny Breau[?] 1997 Maynard ...

 
 
 
This page was created in 39.2 ms