Hi,
I am trying to create a basic telnet client using sockets to connet to a
linux box. I have written some sockets code previously with a server script
that I developed myself and that worked fine. The problem I am getting is
with Telnet (port 23) after making the socket connection successfully a
Hi,
I realise that sockets is still 'experimental' but any help will be much appreciated.
I am developing a queue system to send commands across from a server to a client using
sockets. Problem is that the I keep getting a 'connection reset by peer' error after
the first command is sent. The se
What do you want to do then?
Btw: try this URL http://www.php.net/manual/en/ref.sockets.php for more information.
> -Original Message-
> From: M. [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 09, 2002 2:53 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] SOCKETS
>
How can i use sockets in Windows and IIS??
thank you
I am using the socket functions in PHP4.0.7, on Win 2000. Everything works
fine, but when I use the same scripts on a Win98 or a Win95 machine the
scripts fail.
The problem is with the socket_connect() function. The error is 'unable to
connect'.
Does anyone know if the PHP4.0.7 version from www.
ndows. PHP 4.06 is supposed to have fixed this
problem. Thanks for your reply.
-Original Message-
From: Michael Rudel [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 9:41 AM
To: 'Che Gonzalez'; 'php-windows'
Subject: RE: [PHP-WIN] Sockets problems in php
//www.suchtreffer.de
___
> -Original Message-
> From: Che Gonzalez [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 18, 2001 3:21 PM
> To: php-windows
> Subject: FW: [PHP-WIN] Sockets problems in php
>
>
> Has anybody linked perl socket servers to php scripts
&
Has anybody linked perl socket servers to php scripts and made it work?
-Original Message-
From: Che Gonzalez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 16, 2001 11:55 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Sockets problems in php
I created several rpc tcp
I created several rpc tcp servers in perl. The pearl clients work fine, and
sending a message to the server in php works. The problem happens after the perl
server replies ( I have seen the actual reply through monitoring the server ). The
php script hangs on freads and fgets. I tur