Log in

View Full Version : Site Status!!!!!



dementer
05-16-2007, 03:22 AM
I have built a page in html.
Now can i have a script for showing the status of my website (no. of persons online ,no. of new persons visited and counter) in my html page???

I am anovice 2 all this and i hope i put my question correctly here:confused:!!!

Moglizorz
05-16-2007, 11:52 PM
I am not too sure how to do this, but just to say, it would have to be pHp, not HTML. Could also be a small Java application showing the number of people currently with that Java application open? Try asking in the Java section if anyone can make you a small embedable object showing how many people are currently viewing it.

djr33
05-17-2007, 04:04 AM
Take a look at http://php-mysql-tutorial.com for some info there.
Using a database for the stats and updating this every time someone loads a page is the best way.