You're viewing a single thread.
All Comments
96 comments
They should use parameterized queries, not sanitization.
21 0 ReplyTechnically, a parameterized query is just doing sanitization for you. Or does escaping not count as sanitizing?
Although nothing wrong with sanitizing yourself then using parameterized queries. Never know if the API has a bug.
2 0 Reply
96 comments
Scroll to top