urlencode urldecode
URLEncode
Returns the contents of the variable encoded using the Internet standard FOR URL encoding. Some data that needs to be added to a URL for sceenpops needs to be encoded for it to be sent correctly.
URLDecode
Returns the contents of the variable decoded from the Internet standard FOR URL encoding. In this example we are simply decoding the URL we just encoded, which means URL and NewURL have the same value.