Forum Index
RegisterSearchFAQMemberlistUsergroupsLog in
How to display some statistics on your homepage

 
Reply to topic    Forum Index » FAQ View previous topic
View next topic
How to display some statistics on your homepage
Author Message
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2973
Location: Germany

Post How to display some statistics on your homepage Reply with quote
Put this function below the include of head.php in the page which shows your news.



Code:
function stats() {

global $sql;



$stat = array('Users' => 'users', 'News' => 'news', 'Comments' => 'comments', 'Categories' => 'categories');



foreach ($stat as $name => $table) {

echo $name.": ".count($sql->select(array('table' => $table)))."<br>";

}

}




Then you can show the stats by calling the function: stats();



It will show you something like this:



Users: 1

News: 8

Comments: 4

Categories: 2
Thu Nov 24, 2005 8:52 pm View user's profile Send private message
Guest








Please login to hide the ads.

Display posts from previous:    
Reply to topic    Forum Index » FAQ All times are GMT + 1 Hour
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum



Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Music Lyrics.