I have a java script that generates strings on my data. Is there any way I can use POST on my Xampp Localhost PHP to receive the data string from the java program and echo it out on my PHP page?
Share
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.
You can use the HttpURLConnection object to make a request to localhost. Please see this question and this tutorial.