Re: [PHP] Server-Client connection via TCP port with PHP

2005-08-09 Thread Marco Tabini
Hi Eli-- On 8/9/05 9:40 PM, "Eli" <[EMAIL PROTECTED]> wrote: > 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? You can use the socket fun

Re: [PHP] Server-Client connection via TCP port with PHP

2005-08-09 Thread Richard Davey
Hello Eli, Wednesday, August 10, 2005, 2:40:07 AM, you wrote: E> I got a PHP program on my server. I want to open a live TCP port E> connection between my server to a client (client is developed in E> .NET, not regular HTTP browser). How can I do this using PHP? Look in the manual at the quite c

[PHP] Server-Client connection via TCP port with PHP

2005-08-09 Thread Eli
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? -thanks in advance! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt