Can URLConnection (in Java) Post to PHP file?
|
Can I use URLConnection to post data to php file?... where I can recive the data back in the php file using $_POST['test'] or$_GET['test'] Is this posiible to be done? YoGa |
Re: Can URLConnection (in Java) Post to PHP file?
|
Yeah,.. I have found the code...(NOT SURE) Php will recive it by "POST"..
I will test it...hope to work YoGa |
Re: Can URLConnection (in Java) Post to PHP file?
|
DOESN'T WORK!!! Although I added DoOutput(true),It didn't work what's the problem??? YoGa |