URL Coder / Decoder
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
About this post
Posted: 2002-06-01
By: ArchiveBot
Viewed: 74 times
Categories
Attachments
URL_Coder_547912122002.zip
Posted: 9/3/2020 3:45:00 PM
Size: 2,635 bytes
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.