Online Users

Printer-friendly versionPDF version
Your rating: None Average: 4.5 (2 votes)

This is a little function to count how many peoples are visiting a site online at the same time. It uses a text file to keep log of how many peoples are visiting this site worldwide.

 

Include this file at the top of your page

include('online.php');

Call this function where you want to show status.

echo online();

Source Files: