0

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?

d.mc2
  • 1,129
  • 3
  • 16
  • 31

1 Answers1

0

You can use the HttpURLConnection object to make a request to localhost. Please see this question and this tutorial.

Community
  • 1
  • 1
Eusebius
  • 531
  • 6
  • 24