Tool that returns htmlspecialchars() of any input
Occasionally it’s good to perform htmlspecialchars() over some input without testing it via local script in order to understand how the outcome will look like which is good especially for students and newbies. Feel free to test the tool below. If we want an output of htmlspecialchars() function to be shown proprerly in a textare element, then we have to call this function two times.
htmlspecialchars is a PHP function that converts special characters to HTML entities.





