Tagged Questions
-1
votes
1answer
73 views
How to create a cumulative posts and members count
I need to show my users cumulative posts and members registered count by date.
It has to be displayed in an array format like this
for posts
array(array(2011,08,02), 500)
array(array(2011,08,03), ...