[PHP-DEV] sockets issues ?

2001-07-26 Thread Arnauld Dravet - smurfie
Dear Developpers :) I have to developp a web page on which i need to connect to a game server, to send and grab some informations. The server used is coded in C++, with borland C++ Builder, and so it runs under Windows, and i don't have the source, but i know the protocol it uses, so i can

Re: [PHP-DEV] sockets issues ?

2001-07-26 Thread Leo
On Thursday 26 July 2001 18:06, Arnauld Dravet - smurfie wrote: Then i tried that: $sock_tab = socket_get_status($sock); if ($sock_tab[unread_bytes] = 0) { $a_lire = true; while ($a_lire) { $bytes_left = $sock_tab[unread_bytes]; print(brReading from the socket:

Re: [PHP-DEV] sockets issues ?

2001-07-26 Thread Arnauld Dravet - smurfie
and how did you fix it ? Thanks again Arnauld - Original Message - From: Leo [EMAIL PROTECTED] To: Arnauld Dravet - smurfie [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, July 26, 2001 7:06 PM Subject: Re: [PHP-DEV] sockets issues ? On Thursday 26 July 2001 18:06, Arnauld Dravet