I am a PHP newbie.
I would like to make a script that shows how many users are online, on a given page.
I guess the way to go, would be to get users data into MySQL, then display this information in a small table on the given page?
I dont really want a whole user_auth type system here, just a basic how many users online.
If anyone knows of a tutorial to show me how to do this, or has scripts that do this, i would be very happy.