Dear All
I am working on small project where my app need to update some data on my php/ mysql server.
http://www.xxxxx.com/datafeed.php?uid=0506891234&type=11&ans=312312lo38971289l
when I type this links from my browser its work as it designed, but if use
with okHttpUtils2 and following code its not working, please help me on this.
Dim GetIMEI As HttpJob
GetIMEI.Initialize("GetIMEI", Me)
GetIMEI.PostString("http://www.xxxxx.com/datafeed.php?uid=0506891234&type=11&ans=312312lo38971289l
Sub JobDone (Job As HttpJob)
If Job.Success = True Then
Job.Release
Else
Log(Job.ErrorMessage)
End If
End Sub
I am working on small project where my app need to update some data on my php/ mysql server.
http://www.xxxxx.com/datafeed.php?uid=0506891234&type=11&ans=312312lo38971289l
when I type this links from my browser its work as it designed, but if use
with okHttpUtils2 and following code its not working, please help me on this.
Dim GetIMEI As HttpJob
GetIMEI.Initialize("GetIMEI", Me)
GetIMEI.PostString("http://www.xxxxx.com/datafeed.php?uid=0506891234&type=11&ans=312312lo38971289l
Sub JobDone (Job As HttpJob)
If Job.Success = True Then
Job.Release
Else
Log(Job.ErrorMessage)
End If
End Sub