How to turn some characters into special characters that are understandable to the browser. I remember somewhere saw such a standard function in php, now I can not find. For example, in the query string there is a space, then according to the standard, it should be replaced with% 20 in my opinion. Sorry for such a sad explanation, just do not know how to properly explain. But I think I understood :)
|