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!
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]
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.