Tag Archives: html

The Mysterious h Function

What is this mysterious h function? It encodes strings, so that special characters become HTML-compliant–it turns angle brackets, tabs, and other characters into HTML entities. You can use it partly for security, to avoid cross-site scripting and other security vulnerabilities! Continue reading

Posted in Development | Tagged , , | Comments Off