Java to PHP
Moderator: General Moderators
Java to PHP
I'm creating a java program which connects to my PHP by default listening to port 80.... normally, in PHP we could retrieve passed data via the $_GET and $_POST functions. Is there any way that PHP can read Streams? because I will be sending data from java to PHP using socket streams.