Re: [PHP] PHP sockets/daemon problem

2002-06-26 Thread Josh Levine
umns/demitrious/sockets-connection > > B i g D o g > > - Original Message - > From: "Josh Levine" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 26, 2002 11:32 AM > Subject: [PHP] PHP sockets/daemon problem > > > I

Re: [PHP] PHP sockets/daemon problem

2002-06-26 Thread B i g D o g
D]> Sent: Wednesday, June 26, 2002 11:32 AM Subject: [PHP] PHP sockets/daemon problem > I'm trying to write a simple PHP script that communicates with a daemon > running on the same server. > > Basically, the daemon just accepts an integer and returns an integer: > > [

[PHP] PHP sockets/daemon problem

2002-06-26 Thread Josh Levine
I'm trying to write a simple PHP script that communicates with a daemon running on the same server. Basically, the daemon just accepts an integer and returns an integer: [josh@jlevine-research josh]$ telnet 127.0.0.1 60324 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 9 2