Posts by Bruno Freitas • 23 points
1 post
-
2
votes2
answers1434
viewsA: Show users online
I believe this solves only what you need, not the problem itself. $timestamp=time(); $timeout=time()-300; $result = mysql_query("UPDATE novo_usuarios SET timestamp='$timestamp' WHERE…