markspec87 Posted November 2, 2006 Share Posted November 2, 2006 hello guys, i need some help with a feature ive seen on many websites.Does anyone know how i would implement a active users and guests count?I know that users would obviously be database related but my knowledge of php/mysql is kinda limited (im getting there :P )Im just wondering if anyone knew of a good piece of code that would me out or anything?any help would be appreciated, thanks. Quote Link to comment https://forums.phpfreaks.com/topic/25877-active-members-guests/ Share on other sites More sharing options...
trq Posted November 2, 2006 Share Posted November 2, 2006 As your members login add them to an [i]active users[/i] table. The easiest way to do this is to create a custom session handler (but this really isn't a simple concept).How are your users currently being logged in? Quote Link to comment https://forums.phpfreaks.com/topic/25877-active-members-guests/#findComment-118209 Share on other sites More sharing options...
markspec87 Posted November 2, 2006 Author Share Posted November 2, 2006 ive been using sessions. Quote Link to comment https://forums.phpfreaks.com/topic/25877-active-members-guests/#findComment-118354 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.