I inherited this code, I am not a coder but have had some kind of hack and am looking at code to reduce its vulnerability. At the top of the page I have
Code:
nPage = CLng(Request.QueryString("Page")) Keyword = Trim(Request.QueryString("Keyword"))
Code:
p.area LIKE '%" & Replace(Keyword,
Leave a comment: