I have two string ,how can i pass two string from android code to php? I have the follow code to connect my php:
HttpClient httpclient = new DefaultHttpClient();
HttpPost httppost = new HttpPost("http://192.168.1.101/webservice/index.php");
HttpResponse response = httpclient.execute(httppost);