Can VBScript escape be used for escaping a post (application/x-www-form-urlencoded) or a multipart post? Is it the equivalent of PHP’s urlencode?
Can VBScript escape be used for escaping a post (application/x-www-form-urlencoded) or a multipart post?
Share
You should use
Server.URLEncode(string)in place of PHP’surlencode.