Page 1 of 1

PHP Sockets server

Posted: Wed Mar 24, 2010 11:25 am
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.