0

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

2 Answers 2

1

Here you have a good tutorial.

Sign up to request clarification or add additional context in comments.

1 Comment

Both of your recommendations are good, but Prag's gave that one and two more, so I accepted his answer and gave you +1. Thanks :)
0

Recommand these tutorials

  1. How to Execute HTTP POST Requests in Android
  2. connect Android with PHP, MySQL
  3. Executing a HTTP POST Request with HttpClient

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.