Log in

View Full Version : I'm looking for a statistic script.



bbilal
12-15-2007, 12:27 AM
I'm looking for a statistic script which can show the total registered users of my website plus the online users at that time.
E.g: Total Members:
10,000
Users Online:
2,786
Something like this, is this possible by any mean of Javascript?

thetestingsite
12-15-2007, 12:35 AM
You are looking for a server side script to do that as any means of client side scripting cannot produce these results. You may want to look around the PHP, MySQL, and ASP forums for more information.

Hope this helps.