php - urlencode vs rawurlencode? - Stack Overflow
If I want to create an URL using a variable I have two choices to encode the string. urlencode() and rawurlencode(). What exactly are the differences and which is preferred? ... Proof is in the source code of PHP. I'll take you through a quick process of ...