well this is the code snippet i use to access the getUser.php to retrive user details from a MySQL database in my application:
String result = \"\"; //t
You are using the HttpPost Object, which means that are you are initiating a post-request! Are you sure you dont want to do a HttpGet Request? I ran into the same issue and switching to HttpGet solved my problem!