Reputation: 15
I'm building an ASCII binary decoder. I need to know how to show an HTML entity such as # ; as text in an HTML document instead of the character it corresponds to.
Upvotes: 0
Views: 2457
Reputation: 841
I think, you are about htmlentities() function in PHP
PHP manual about htmlentities()
Upvotes: 1