hey all i made an online system but i have big problem i want to make a script to know who is online now , i have a registered users on this system no one can be use my system without a registration so i want know the no. of the online users and their usernames
you could make a last active tables. Every time a user browse a page, it will update the date. Then list of online user are user whos last active time is within the last 15 minutes.
Bookmarks