Re: [PHP] re-writing to the same socket

2002-11-26 Thread Matt Vos
ifier as a global variable/pointer, or pass it through functions with the arguments. Matt - Original Message - From: Gareth Thomas <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 1:26 PM Subject: [PHP] re-writing to the same socket > Hi, > > I

[PHP] re-writing to the same socket

2002-11-26 Thread Gareth Thomas
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