Cheers for the share
Should be quite useful
UnknownOne Reviewed by UnknownOne on . URL Encode/Decode Site The URLEncode and URLDecode Page Info: This web page encodes or decodes a string using URL Encoding. URL Encoding is used when placing text in a query string to avoid it being confused with the URL itself. It is normally used when the browser sends form data to a web server. URL Encoding replaces spaces with "+" signs, and unsafe ASCII characters with "%" followed by their hex equivalent. Safe characters are defined in RFC2396. They are the 7-bit ASCII alphanumerics and the mark Rating: 5