Reply to Server-Client connection via TCP port with PHP
Posted by Eli on 08/10/05 04:40
Hi,
I got a PHP program on my server. I want to open a live TCP port
connection between my server to a client (client is developed in .NET,
not regular HTTP browser).
How can I do this using PHP?