1
Answer

Decoding the url querystring

Photo of karthik.gopalan

karthik.gopalan

20y
2.6k
1
Hi, I am sending the query string as below ?query=%barbara&no=1 After the getting from the qury string i decoded it. While decoding the query string the %ba will converted into a null string How can i avoid it.

Answers (1)