[PHP] php & sockets!- urg!!!

2002-01-09 Thread Sandeep Murphy
Hi, I am opening a socket on a remote server(weblogic) and sending my username and psswd to authentify them... I figure my php is opening the socket as no errors r being trapped.. However the response is a blank page instead of an xml formatted response...why??? how can i rectify this?? Please

[PHP] php,sockets-help!

2002-01-09 Thread Sandeep Murphy
Hi, I am opening a socket on a remote server(weblogic) and sending my username and psswd to authentify them... I figure my php is opening the socket as no errors r being trapped.. However the response is a blank page instead of an xml formatted response...why??? how can i rectify this?? Please

[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

Re: [PHP] php,sockets-help!

2002-01-09 Thread Andrey Hristov
y 09, 2002 6:23 PM Subject: [PHP] php,sockets-help! > > Hi, > > I am opening a socket on a remote server(weblogic) and sending my username > and psswd to authentify them... > > I figure my php is opening the socket as no errors r being trapped.. However > the response is

Re: [PHP] php,sockets-help!

2002-01-09 Thread Bogdan Stancescu
Plus, isn't your request content-type: application/x-www-form-urlencoded? And another thing, since you send all the headers HTTP 1.1 compatible, why don't you use it instead of 1.0? Bogdan Sandeep Murphy wrote: > Hi, > > I am opening a socket on a remote server(weblogic) and sending my usernam

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: > > [

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