News Feed
Jobs Feed
Sections




News Archive
PHPit.net:
Creating a "Who's Online" script with PHP
December 12, 2005 @ 15:00:05

New from PHPit.net today, there's this tutorial on the creation of a "who's online" script with PHP.

In this tutorial I will show you how to create your own "Who's Online" script, which is often found on message boards and other community scripts. We will first create a really simple script, and after that add a few more features like the location of each visitor. But first, let me explain how our "Who's Online" script is going to work.

The script stores an IP and a timestamp in the database, and will keep note of their last page request. After a bit, when they are no longer making requests, it will remove them from the list. The little trick behind it is a "web bug" - a small script that actually runs as a small PHP-created image...

0 comments voice your opinion now!
who\'s online script ip timestamp web bug who\'s online script ip timestamp web bug


blog comments powered by Disqus

Similar Posts

Ben Ramsey's Blog: Microsoft Web Development Summit 2007

Job Posting: Teleperformance Seeks PHP Web Developer (Columbus, OH)

DevShed: Using Code Igniter to Build an IP-to-Country Mapping Application

Dhiraj Patra's Blog: Running PHP Scripts with Cron

Cyberlot's Blog: PHP bugs, whos responsible? Do they even read them?


Community Events











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


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

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