News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Limitless Studios:
Determine Number Of Online Users Without A Database
June 22, 2006 @ 14:49:39

From the Limitless Studios website, there's a new tutorial for those frustrated by the other "who's online" tutorials that require a database. Their example doesn't, opting instead to handle the process with PHP's sessions.

Most web developers will usually like to determine the number of online users currently browsing their web site. Most tutorials will teach you how to do just that using a database of some sort because it is easy to implant. Using a database though can be a bit slow at times, especially if your web site gets a lot of hits. In this tutorial, we will teach you an alternative and effective way to determine the number of online users WITHOUT using a database.

They note the overhead that using a database can cause, and look instead to something PHP works with natively - sessions. Their code is contained inside of a function, checking the session path PHP uses for session files that haven't expired yet.

0 comments voice your opinion now!
tutorial users online function session path count tutorial users online function session path count



Similar Posts

WaxJelly Blog: How to write a custom Smarty function in PHP

Jim Plush\'s Blog: My-Bic Ajax Framework Video Tutorials Online

Zend Developer Zone: The Storage Medium

John Coggeshall's Blog: Train at Zend!

DevShed: Working with PHP and MySQL


Community Events











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


code mysql zend conference database example book cakephp framework developer security ajax releases release zendframework application PHP5 PEAR package job

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