show/hide this revision's text 5 added 108 characters in body

If this is .NET, you might look at System.Web.HttpServerUtility.HtmlEncode instead.

If you're using VBScript/VB6 , just move the ampersand and pound sign up to the top of this list, and don't rely on this function to protect you against sql injection. You still need parameterized queries.

show/hide this revision's text 4 deleted 26 characters in body

If this is .NET, you might look at System.Web.HttpServerUtility.HtmlEncode instead.

If you're using VBScript/VB6, just move the ampersand up to the top of this list, and don't rely on this function to protect you against sql injection. You still need parameterized queries.

show/hide this revision's text 3 added 104 characters in body

If this is .NET, you might look at [System.Web.HttpServerUtility.HtmlEncode][1]System.Web.HttpServerUtility.HtmlEncode instead.

If you're using VBScript/VB6, just move the ampersand up to the top of this list, and don't rely on this function to protect you against sql injection. You still need parameterized queries.

show/hide this revision's text 2 edited body
show/hide this revision's text 1