What PHP function to use to convert all text to HTML entities?
In this example: https://www.w3schools.com/php/func_string_htmlentities.asp
How to "force" that text "Go to w3schools.com" is also converted?
This does a nice job: https://www.browserling.com/tools/text-to-html-entities but I'm looking for a PHP solution.