
May 22nd, 2006, 09:00 AM
|
|
|
|
An Introduction to Sockets in PHP
Working with low-level sockets can be a painful task in PHP. Fortunately, PHP offers a nice library of socket handling functions to make your life easier. If you do a lot of network programming in PHP, you will want to check out this three-part series, which starts with the basics and takes you through more advanced approaches. This article is the first one in the series.
Read the full article here: An Introduction to Sockets in PHP
For more discussion go here: Blog Article Discussion
|