Coding raw sockets in PHP
Posted by Alex on July 23rd, 2008This tutorial will be teaching you how to code “raw sockets” in PHP. What I mean is we will control the entire connection, we won’t be using file_get_contents(), include(), or anything else that opens the socket for us. This tutorial will be showing you exactly how to do it yourself. Examples include a HTTP GET request.
Difficulty : advanced
Tutorial Stats : 222 views
Rate Tutorial :

