Skip to content Skip to sidebar Skip to footer

Php No Good Escape

I have a script like this: document.getElementById('debugLayer').innerHTML = ''; }

Solution 1:

htmlentities() accepts a 3rd argument to define the used charset. The default is Latin1, set it to UTF-8 when you're using UTF-8


Post a Comment for "Php No Good Escape"