PHP code Help.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Jaquio
Forum Newbie
Posts: 1
Joined: Tue Aug 26, 2003 5:07 am

PHP code Help.

Post by Jaquio »

Would there be a way for a code to display a red or green image as for a user online/offline i need it for my clan http://clanlw.vze.com if you look at members i want the green/red images to go on the far right of their names tell wether their online/offline on the site now would any of this be possible if so please tell me how to do it.[/url]
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

this board e.g. does it by checking for each request wether the client has logged in. If so a record in the database is updated to mark the user as still active. After a certain amount of time with no update or a logout the user is not considered active anymore.
Post Reply