“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”
Read more comments...
What is “URL Encoding”?
1,580 Views | (1 votes, avg: 1)
URL Encoding is a method by which a string is converted into a format which is suitable for HTTP URL.
Example : Server.URLEncode(”sitename=imilap”)
Results is sitename%3Dimilap= is converted into characters which can be used in the URL
Name (required)
Mail (will not be published) (required)
Your Answer
To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
URL Encoding is a method by which a string is converted into a format which is suitable for HTTP URL.
Example : Server.URLEncode(”sitename=imilap”)
Results is sitename%3Dimilap
= is converted into characters which can be used in the URL
Leave an Answer/Comment