> No, I don't think that you're missing anything. I was > thinking of includes and application variables and hadn't > used cfFile in quite a while so I didn't think of it. > Is there any reason why I shouldn't just write out a .cfm so > that I can easily include it and that can designate multiple > variables instead of 1 piece of text. I find it talking over > the project that there's probably 3 pieces of text.
I just used a *.txt without much though other than it was mentioned that it was to hold text. There would be no problem writing out to a *.cfm file and setting variables to be used in the unprotected form via cfinclude. Once caveat is that if you write out to a *.cfm, then CF will interpret that and you may have to ensure strict security to ensure that no malicious CFML code can ever enter that file. Cheers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252961 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

