Re: [PHP] Re: [PHP ADVANCE] tcp CLIENT server connection and authentication

2009-05-13 Thread Per Jessen
Andrew Williams wrote: > Hi, > > http://php.net/stream_socket_client does not have the option to supply > authentication details and how do you supply that. > According ot the instructions you posted: "A session begins with the client establishing a TCP session and sending a login packet. If a

[PHP] Re: [PHP ADVANCE] tcp CLIENT server connection and authentication

2009-05-13 Thread Nathan Rixham
Andrew Williams wrote: Hi, http://php.net/stream_socket_client does not have the option to supply authentication details and how do you supply that. is it chi-xmd your doing and do you have the API docs? as that'll tell you - if you don't let me know I have them here. On Wed, May 13, 200

[PHP] Re: [PHP ADVANCE] tcp CLIENT server connection and authentication

2009-05-13 Thread Andrew Williams
Hi, http://php.net/stream_socket_client does not have the option to supply authentication details and how do you supply that. On Wed, May 13, 2009 at 12:22 PM, Nathan Rixham wrote: > Andrew Williams wrote: > >> Hi All, >> >> please, I need to connect to IP via a specific port en validate my use

[PHP] Re: [PHP ADVANCE] tcp CLIENT server connection and authentication

2009-05-13 Thread Nathan Rixham
Andrew Williams wrote: Hi All, please, I need to connect to IP via a specific port en validate my user name and password to get data. Port : XXX7X Andrew, You're going to have some real fun with this one making the tcp connection is the least of your worries, sounds very much like a raw