ggggus
Programmer
- Jul 5, 2003
- 114
I created my own filter to secure my queries from input form hacking, but I think I was over zealous.
Does anyone know the right balance? I want to make the query string safe, but I want to filter as little as possible.
I've got magic quotes off on the server, and I've been filtering the apostrophe and writing it to the database as the html equivalent of ' Is that taking it too far?
***************************************
J. Jacobs
Does anyone know the right balance? I want to make the query string safe, but I want to filter as little as possible.
I've got magic quotes off on the server, and I've been filtering the apostrophe and writing it to the database as the html equivalent of ' Is that taking it too far?
***************************************
J. Jacobs