What are the characters that are required and suffice when escaping user-generated content before output? (in other words: what are the characters web developers should escape when outputting text that previously came from an untrusted, anonymous source?)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
When echoing to a page, you should encode
From PHP's Note that the context also matters. You'll also need to take the character set into account. |
|||||||||||||||
|
|
I think that escaping the |
|||||
|
|
Maybe this will help you http://www.theukwebdesigncompany.com/articles/entity-escape-characters.php |
|||
|