Re: [PHP] Re: [php] tcp server connection

2009-05-12 Thread Per Jessen
Nathan Rixham wrote: > Andrew Williams wrote: >> Can someone help me about how to retrieve data using TCP server >> connection >> > > you'll need to be a bit more specific to get any useful help back > mate.. > Just point your browser to "http://example.com/blah/blah"; and you'll get some data

[PHP] Re: [php] tcp server connection

2009-05-12 Thread Nathan Rixham
Hi Andrew, You'll be needing the stream functions I'd guess (this si how I always do it, with no problems) http://php.net/stream_socket_client is your starting point. Many Regards, Nathan Andrew Williams wrote: I need to connect to server using IP connection to get raw data, process the ra

[PHP] Re: [php] tcp server connection

2009-05-12 Thread Nathan Rixham
Andrew Williams wrote: Can someone help me about how to retrieve data using TCP server connection you'll need to be a bit more specific to get any useful help back mate.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php