I am grateful for the response on my last post, my issue was resolved. Now I am passing values to a webservice url. one of the variables forming the request sometimes contains special characters or spaces which distorts the http request i am passing. I need help to encode/decode the content am passing in the request. The web service is created from php code.
The variable which sometimes contains the special characters is xbody as can be seen in the request below line of code.
The variable which sometimes contains the special characters is xbody as can be seen in the request below line of code.
B4X:
ExecuteRemoteQuery("http://localhost:10088/Countries/collector.php?xaddress="&xaddress&"&xbody="&xbody&"&smsread="&smsread&"&smsdate="&smsdate&"&smstime="&smstime&"&msgid="&msgid,1)