VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



URL Coder / Decoder

by Alon Hirsch (3 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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.

Inputs
String to be encoded / decoded
Assumes
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.
Code Returns
Encoded / Decoded string

Rate URL Coder / Decoder

Download URL Coder / Decoder

Download URL Coder / Decoder (2 KB)

URL Coder / Decoder Comments

No comments have been posted about URL Coder / Decoder. Why not be the first to post a comment about URL Coder / Decoder.

Post your comment

Subject:
Message:
0/1000 characters