Answered
CFoutput from include(.txt file)
I'm trying to display some content from a file as an include
but it is not working, the cf syntax shows up but not the content
from the database. Here is what I mean
http://192.168.1.54/~rangeles/web/realdads/rd_pages.cfm?sectid=1&pageid=1&articleid=2
<!---Start Page Content--->
<div id="pageoutput">
<cfloop query="contList">
<cfoutput>
<cfinclude template="admin/page_files/#TRIM(page_title)#.txt">
</cfoutput>
</cfloop>
</div>
<!---End Page Content--->
http://192.168.1.54/~rangeles/web/realdads/rd_pages.cfm?sectid=1&pageid=1&articleid=2
<!---Start Page Content--->
<div id="pageoutput">
<cfloop query="contList">
<cfoutput>
<cfinclude template="admin/page_files/#TRIM(page_title)#.txt">
</cfoutput>
</cfloop>
</div>
<!---End Page Content--->