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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.