This content has been marked as final.
Show 3 replies
-
1. Re: cold fusion and php includes
Dan Bracuk Oct 23, 2007 8:16 PM (in response to rezun8)In version 8 you might be able to use cfobject. -
2. Re: cold fusion and php includes
Daverms Oct 24, 2007 2:14 AM (in response to rezun8)Hi,
You can either use
<cfinclude> (or) <cfset GetPageContext().Include( "./your_include_file.php" ) /> -
3. Re: cold fusion and php includes
Newsgroup_User Oct 24, 2007 12:54 PM (in response to rezun8)> You can either use
>
> <cfinclude> (or) <cfset GetPageContext().Include(
> "./your_include_file.php" ) />
BUT - the page where you use this statement, must be named with .cfm
extension.



