cffaq.com


Hosted and maintained by Ben Forta. Designed by Trilemetry.
Language:
    © 2002-2007 Ben Forta. All Rights Reserved  
<Home> <FAQ> <Question> <About>

Question

How can I use Perl, PHP, ASP, or other scripting code in my ColdFusion application?
There are several ways to invoke external code. The <CFEXECUTE> tag can be used to execute scripts that can be invoked on the command line. Pages that need to be executed a Web pages can be invoked using <CFHTTP>. Code that can be invoked as a Web Service can be executed using the <CFINVOKE> tag (this is the preferred form of invocation). Regardless of how the code is executed, the tags will return any results returned by the executed script.

Comments


Add Your Comments

Your Name:
Your E-Mail:
Comment:
Verification: Copy the text on the left:

<submit question>