> > Is there a way to address all URL scopes or do I have to be specific and > list all URL scopes used on the site?
Yep, the url 'scope' is a structure so you can loop over it's keys: <cfloop collection="url" item="key"> <cfif url[key] contains "select"> </cfloop> Not sure about that SQL checking code. Perhaps there's some regex out there already... Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297172 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

