Page 1 of 1

PHPCount

Posted: Thu May 21, 2009 2:33 pm
by digitaltracker
/*************************************
* Title: PHP hit counter (PHPcount)
* Version: 1.2 @ October 26, 2007
* Author: Klemen Stirn
* Website: http://www.phpjunkyard.com

Short description:


*************************************/

PHPCount works great except it does not reset to 0 for a 24hr period - How do I get it to reset to 0 every 24 hours?

Posted: Thu May 21, 2009 3:29 pm
by Klemen
That's not a feature of PHPCount, you would need to setup a cron job for a script that would reset the counter to do that. Not something that comes with PHPCount.