..


Sponsored Links

How do I include a file in a CFML page?

Unlike other languages ​​such as ASP, ASP.NET, PHP, CGI, etc. ... Cold Fusion is not explicitly use the technology Server Side Includes (server-side includes, also known as SSI), but uses a command language of the owner or CFINCLUDE.

Suppose the file to be included on our pages. Cfm are in the directory "ssi" in the root of our work. Here is the command to include a file in a server-side our page:

 



 <CFINCLUDE Template="/ssi/nomefile.cfm">

 
The CFML file that allows you to include, through this technology, with the following extensions:
  • . Htm
  • . Html
  • . Txt
  • . Inc
  • . Cfm

In the same category ...
E-Learning
CSS (Course) CSS (Course)
Web Design and Accessibility according to W3C CSS and XHTML. Starting from 29 €.
HTML (Course) HTML (Course)
The markup language for the Web from 29 €.
SQL and Database (Course) SQL and Database (Course)
Create and manage relational databases. From 39 €.
Sponsored Links