DevShed rounds the final corner on their sanitizing user input series of tutorials with the eighth part , a look at filtering inputted strings to remove potentially dangerous issues.
In this part, I discuss how to use the filter extension for sanitizing strings in all sorts of clever manners.
I'll show you how to encode quotes, low and high ASCII characters in literals, and remove them in the same easy manner.
Doing this can help prevent SQL...
Post new comment