Hello i have a script and when she get time played(im using for game) she display to me the time like this: 1026.984375
I'm using this method $playertime = ( is_numeric($p['time_online']) ) ? ceil($p['time_online']/60).' m' : $p['time_online'];
But she display to me like this: 3052 m, i need to advence this script to display to me like: 50 H, 8 m, 6s.