Java to PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Java to PHP

Post by it2051229 »

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.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Java to PHP

Post by Weirdan »

Post Reply