Ways I can protect my site excluding XSS and Sql injection?
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-06-02T15:57:52Z
Indexed on
2010/06/02
16:03 UTC
Read the original article
Hit count: 147
Hi,
So, members of my website can post topics, replies, comments, edit them and so on. I always use htmlspecialchars
and addslashes
for html inputs to protect my site against XSS and SQL injection attacks. Is it enough or is there something more I miss?
Thanks.
© Stack Overflow or respective owner