Coding raw sockets in PHP

Posted by Alex on July 23rd, 2008
thumbnail

This 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.

Read Tutorial

Difficulty :
Tutorial Stats : 222 views
Rate Tutorial :
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)

Leave a Reply