The difference between urlencode and urldecode is
URLencode is used to encode a string to be passed through URL to a web page. URLencode replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits.
Use this link to get more stuff on Urlencode http://www.w3schools.com/tags/ref_urlencode.asp
URLdecode is used to decode the encoded URL string . Decodes any %
URLencode is used to encode a string to be passed through URL to a web page. URLencode replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits.
Use this link to get more stuff on Urlencode http://www.w3schools.com/tags/ref_urlencode.asp
URLdecode is used to decode the encoded URL string . Decodes any %
##
encoding in the given string