PHP Sockets server

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
eranj
Forum Newbie
Posts: 5
Joined: Sat Feb 27, 2010 9:48 am

PHP Sockets server

Post by eranj »

I build a Java program that used as client, and I wrote PHP code that used as Server.
The php code should get information from the client (the java program) and to send information back to the client.
But it doesn't work.. I read some tutorials about php socket servers and i understood that i need to write something in the CMD console to make the server start running but i have no physical access to the PHP server.
Post Reply