My Android App does http posts to URLs like http://example.com/abc.php?email=abc@xyz.com So the Android App basically talks to PHPs on the server side and receives JSON response
You should also make sure you're not doing lengthy tasks like HTTP requests in the UI thread.