Quote:
Originally Posted by uReside.com
I'm looking for a realtime post counter that i can put on my home page that turns numbers or changes numbers for the total amount of posts on my entire board, as their posting.
I want to watch it count.
|
You could do that by parsing a query every sevrel seconds(still not real time)...
Other thing which might be better is to calculate the posts pre minute basis and have a JS script incrementing by that....
To be honest with you it wont give you much.