[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



[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
raw data and display the data. I have the remote server IP, port number and
login details. but I just want to know the best way to establish  client to
server connection via TCP

On Tue, May 12, 2009 at 11:38 AM, Nathan Rixham nrix...@gmail.com 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..








--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 using a TCP server connection. 

Oh, sorry - I forgot about the useful bit ...


/Per

-- 
Per Jessen, Zürich (21.0°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php