You are here:
Using Sockets in PHP
Sockets are a method in which PHP can connect to another server over the Internet and networks. The basic function to open a socket to a server is fsockopen(). You may be wondering why you would want to connect to another server? If you need to obtain information from a 3rd party server then sockets are for you.
Script Info:
Using Sockets in PHP from Tips and Tutorials Scripts.http://codewalkers.com/tutorials/76/1.html
|
||||||||
|
« Back to Tips and Tutorials
Comments
Only registered users can post comments!
