I did some web programming and used php server to respond to http requests to return a web page. Now I need that a server responds to http request send from Android device, just be retrieving data. I also wrote some simple servers myself in C# and Java, using sockets, but I'm confused how to do that using php scripts?
So I would like to respond to http request by sending data from a database, how to do that?
If you can recommend some tutorials that would be also great.
Thanks