I need a free PHP-script which shows statistics for different articles. Each article has a ID-tag, like 2134 , so the article is displayed like showarticle.php?id=2134
I would like to be able to just call the stats-script in showarticle.php and with the ID of my choice (in this case 2134). Then the statistics script should sort the stats, based on the article-ID. Preferably in a mySQL-database.
Stats should be able to list for each article, like hits/day, /week, /month and so on.
It does not need to be fancy graphics. It's the numbers for each article that counts.
Have searched a lot, but most scripts do not support selectable ID:s. :-(
Any suggestions of a script that fills my needs?
/Anders