Forum Discussion
ankyeez
14 years agoOccasional Contributor
Hello Buddy,
You need to encode the symbol ( to %28 and ) to %29 to send it to URL. It simply means you need to write %28 in place of ( whereever you are using it to send it to the URL.
You can find the encoding values for other symbols here
http://www.w3schools.com/tags/ref_urlencode.asp
Cheers,
aNkyEEz - The Keys to Success!
You need to encode the symbol ( to %28 and ) to %29 to send it to URL. It simply means you need to write %28 in place of ( whereever you are using it to send it to the URL.
You can find the encoding values for other symbols here
http://www.w3schools.com/tags/ref_urlencode.asp
Cheers,
aNkyEEz - The Keys to Success!