Tool that returns htmlspecialchars(htmlentities()) of any input
This tool is here due to possibility of saving a web document as a file instead of serving it from a database server. Everything is OK with saving as long as the document is in English language, however different encodings may cause problems when saving, opening and serving a file. That’s why this tool exists. I personally use this „no database use” technique at FishPonds.Biz.
htmlspecialchars is a PHP function that converts special characters to HTML entities.
htmlentities is a PHP function that converts all applicable characters to HTML entities.





