Forum: ColdFusion Jun 19th, 2009 |
| Replies: 1 Views: 914 Ah nevermind I found the Application.cfm file and placing the function in this file made it accessible. Marking as sovled! |
Forum: ColdFusion Jun 19th, 2009 |
| Replies: 1 Views: 914 Hi again,
Okay now I have a Coldfusion question, I have written a user defined function in coldfusion:
<cfscript>
function isSqlInjection(str) {
....
}
</cfscript> |