Saturday, June 10, 2006
Emulating a Basic Web Server with Sockets in PHP
Do you think that programming sockets with PHP is really hard work? Not at all. If you’re still not convinced, read this final part of the series “Handling sockets with PHP .” In three parts, this series shows how to work with low-level sockets in PHP . It introduces some of the typical tasks, such as creating sockets, as well as reading and writing socket data.
Read more at www.devshed.com/c/a/ PHP ...