Tagged Questions
2
votes
3answers
2k views
Is my anti XSS method OK for allowing user HTML in PHP?
I am working on finding a good way to make user submitted data, in this case allow HTML and have it be as safe and fast as I can.
I know EVERY SINGLE PERSON on this site seems to think ...