URL Coder / Decoder
Posted: 2002-06-01
By: ArchiveBot
Viewed: 57
Filed Under:
Title | Uploaded | Size |
---|---|---|
URL_Coder_547912122002.zip | 9/3/2020 3:45:00 PM | 2,635 |
When submitting data to a web site (either in the URL or as Form data), the data needs to comply to certain standards (URLEncode) as certain characters are not allowed as part of the form data or the URL. These routines will convert the string you supply to the correct URLEncoded string and decode them again if required.
Original Author: Alon Hirsch
Inputs
String to be encoded / decoded
Assumptions
When submitting data to a web site (either in the URL or as Form data), the data needs to comply to certain standards (URLEncode) as certain characters are not allowed as part of the form data or the URL. These routines will convert the string you supply to the correct URLEncoded string and decode them again if required.
Returns
Encoded / Decoded string
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.