News Feed
Jobs Feed
Sections




News Archive
DevShed:
Emulating a Basic Web Server with Sockets in PHP
June 05, 2006 @ 14:35:05

DevShed has posted the third part of their "handling sockets in PHP" series today, taking things one step further than the basic TCP server from before and making a basic web server.

It's time to pay attention to the subject of this final part of the series. In this article, I'll show you how to use low-level sockets to emulate the functionality of a basic Web server on your own testing machine.

They start with a quick look back, mentioing what the simple TCP server could do and (briefly) how it worked, including its entire code. Since it was simple to extend, they create a new class, WebServer, to add the functionality it needs to response as a web server. It's made to serve up one file - a static HTML - whenever the user hits it with a request.

His simple server dosen't conform to any of the standards, but it does transmit data out over the standard port in an HTML format. It's a step in the right direction...

1 comment voice your opinion now!
sockets handling part3 simple webserver static html sockets handling part3 simple webserver static html


blog comments powered by Disqus

Similar Posts

C7Y Community Site: Handling Images with PHP

Luke Welling's Blog: I <heart> register_globals

Padraic Brady's Blog: Zend Framework Page Caching: Part 3: Tagging For Static File Caches

DevShed: Handling Static Data with PHP 5

Application Development Trends: New LAMP Layer: FileMaker API for PHP?


Community Events











Don't see your event here?
Let us know!


symfony community framework series testing phpunit symfony2 functional introduction usergroup rest development interview release podcast zendframework2 language opinion conference database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework