shorty3 Posted August 30, 2009 Share Posted August 30, 2009 This Maybe be a long shot but could some one point me in the right direction. What i want is a login page with recently active users like say 4 or 5 random recently active users. Im not sure what you would call this but i just got the idea in my head and no it can be done. Thanks Link to comment https://forums.phpfreaks.com/topic/172495-need-help-if-possible/ Share on other sites More sharing options...
RussellReal Posted August 30, 2009 Share Posted August 30, 2009 well if you use sessions than its easier coz then you'd just loop thru the files and work with the last modified time on the session file and work within a reasonable timeframe as to what 'recent' would be considered.. maybe 15 minutes? 20 minutes? and then just put the session filenames into an array.. shuffle the array, then array_pop the array 5 times.. Link to comment https://forums.phpfreaks.com/topic/172495-need-help-if-possible/#findComment-909379 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.