Possible Duplicate:
How to implement communication between Java client application (Android) and PHP server application?
I'm busy with a project. My android app needs to request server info from time to time.
The solution i came up with was to write a php script. But how do you let the android java app communicate with the PHP script ?
I was thinking about something with a post/get request and the php script returning a html file with strings ?
Would love some advice, thanks in advance :)