Hello,
Is there any funcion in PHP that is doing the same thing as JavaScript function
unescape()
?
I have in my DB escaped characters and I can unescape them on my page using Javascript
unescape()
function but I wanted to that with PHP if it is possible.
Thanks.