Hi,

I have some code that writes data to a socket (works fine) and stores the
resource id created in a table with the column defined as varchar (80). Then
the next time I need to write data to the same IP I retrieve the resource id
and reuse it. Problem is that the socket_write seems to work fine (it
returns no error) and yet the data appears to disappear into the ether...I
am using 4.2.3 client on Win2K and server on Linux.

Anyone have any ideas.

Any help much appreciated.

G.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to