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

Jani Hartikainen's Blog: Static/Dynamic typing sweet spot

Developer Tutorials Blog: Working With Wordpress Offline Like a Pro

Juozas Kaziukenas' Blog: HTML filtering and XSS protection

Khalid Hanif\'s Blog: Problems with Simple Testing

Developer Tutorials Blog: Easy Screen Scraping in PHP with the Simple HTML DOM Library


Community Events











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


podcast functional framework zendframework2 application language example interview unittest development testing tool code release object opinion community introduction series phpunit

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