Link to home
Start Free TrialLog in
Avatar of MOSTAGHASSI
MOSTAGHASSIFlag for United States of America

asked on

What is ColdFusion?

Hi

Please let me know what is coldfusion ?is it like ASP ?does the .cfm files on some websites relate to coldfusion?
ASKER CERTIFIED SOLUTION
Avatar of dash420
dash420
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MOSTAGHASSI

ASKER

Hi dash420
In asp we use vbscript what is script language in ColdFusion?
thanks
thanks. there is no specific language for the coldfusion as such in asp. it is total is tag oriented language like xml.

<cfquery name="test" datasource="dsnname">
    put the query
</cfquery>

so cfquery is the tag for the query option. other tag like
<cfloop> <cfoutput>