I have a php script which is executed over a URL. (e.g. www.something.com/myscript?param=xy)
Bu komut bir tarayıcıda çalıştırıldığında bu kodlu bir sonuç, negatif veya pozitif bir sayı verir.
Java kodu (J2EE) bu komut dosyasını çalıştırmak ve bazı nesne bu sonucu depolamak istiyor.
I'm trying to use httpURLConnection
for that.
I establish a connection but can not fetch the result. I'm not sure if I execute the script at all.