Whatever message this page gives is out now! Go check it out!
<cftagname>
tag body text and CFML
</cftagname>Tag | Purpose |
cfquery | Establishes a connection to a database (if one does not exist), executes a query, and returns results to the ColdFusion environment. |
cfoutput | Displays output that can contain the results of processing ColdFusion functions, variables, and expressions. |
cfset | Sets the value of a ColdFusion variable. |
cfmail | Lets an application send SMTP mail messages using application variables, query results, or server files. (Another tag, cfpop , gets mail .) |
cfchart | Converts application data or query results into graphs, such as bar charts or pie charts, in Flash, JPG, or PNG format. |
cfobject | Invokes objects written in other programming languages, including COM (Component Object Model) components, Java objects such as Enterprise JavaBeans, or Common CORBA (Object Request Broker Architecture) objects. |