browse by tag: server
sort by
Surviving 100,000 instant Visitors on a Budget
in PHP added by goodphptutorials, on 20/8/2007 general server traffic
This tutorial describes what I did to cope with a spike of 100,000 visitors, keeping my server up throughout the entire day.
comment save reportDetecting The User's Browser
in PHP added by goodphptutorials, on 22/3/2007 advanced tutorials browser server user-agent
In this tutorial, you'll learn how to detect the Internet browser the user is using. This is useful if you want to switch stylesheets based on the browser
comment save report