0
In the base date records the second onlines of each user, but it is numbers of type (example): 23631. I would like to convert these numbers into minutes, as I do?
<?php
$userstats_a = mysql_query("SELECT * FROM user_st");
while($oi = mysql_fetch_assoc($userstats_a)){
?>
<?php echo $oi['OnlineTime']; ?>
<?php } ?>
It would not only be divided by 60, since each minute consists of 60 seconds?
– Woss
divided by 60 ?!
– Rovann Linhalis
Personal thank you!
– user89739