PHP equivalent for javascript escape/unescape -
Assume I have a string: something when I I get it in JS: <73% 6F% 6D% 65% 74% 68% 69% 6E% 67 That's why I get this code by js. Can decode it in: I need the escape function in PHP which will do the same ( some encoding them: % 73% 6F% 6D% 65% 74% 68% 69% 6 e% 67 ) How to do this? PHP: JS: decodericompment ('% 20funky% 20string'); Do not use
document.write (unescape ('% 73% 6F% 6D% 65% 74% 68% 69% 6 e% 67'));
crudelecode ( "Your Funty String");
escape as it is being disliked.
Comments
Post a Comment