I have to send two strings from java android code to php script.
I just want from java to send name1, and name2, and to read this names in php scripts.
How to do this?
I have to send two strings from java android code to php script.
I just want from java to send name1, and name2, and to read this names in php scripts.
How to do this?
Short questions get short answers
http://developer.android.com/reference/org/apache/http/client/HttpClient.html
If you set up your php script to be served by a web server you can have a java http client call the php script and pass the strings as request parameters.