tmyonline Posted February 29, 2008 Share Posted February 29, 2008 Hi guys: I'm looking for a PHP-related software that gets the count of all the articles collected. Anyone has any idea where I can find this? Thanks. Link to comment https://forums.phpfreaks.com/topic/93703-need-to-get-the-count-of-all-the-articles-collected/ Share on other sites More sharing options...
pocobueno1388 Posted February 29, 2008 Share Posted February 29, 2008 We need more information. Are these articles stored in a database? If so, then all you need to do is perform a query that counts them. Link to comment https://forums.phpfreaks.com/topic/93703-need-to-get-the-count-of-all-the-articles-collected/#findComment-480119 Share on other sites More sharing options...
tmyonline Posted February 29, 2008 Author Share Posted February 29, 2008 Yes, these articles are stored in the database within the mediawiki environment. It might be a bit complex to write a query to get the count. What I look for is not only a way to get the count on the number of articles collected but also, say, who posts the most articles, and which articles are read the most, something like a metric. So,... it's more than a query. What is the way to do this? Thanks. Link to comment https://forums.phpfreaks.com/topic/93703-need-to-get-the-count-of-all-the-articles-collected/#findComment-480400 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.