How to send input from a java app to a php file

Asked

Viewed 57 times

0

How to send input from an android app written in java to a php file on the server?

The file must store what the java code sent in a variable. How can I do this?

1 answer

0

Hello,

You will need to create a php webservice to receive this value and then manipulate it as you wish. There is a post that talks about this:

How to make a webservice in php?

In addition, you can find plenty of material on google. I suggest you use the REST protocol instead of SOAP, in building your web service.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.