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
242

...     Contents 242 Centuries: 2nd century - 3rd century - 4th century Decades: 190s 200s 210s 220s 230s - 240s - 250s 260s 270s 28 ...

 
 
 
This page was created in 39 ms