Android JSON HttpClient to send data to PHP server with HttpResponse
- by Scoobler
I am currently trying to send some data from and Android application to a php server (both are controlled by me).
There is alot of data collected on a form in the app, this is written to the database. This all works.
In my main code, firstly I create a JSONObject (I have cut it down here for this example):
JSONObject j = new JSONObject();…