[PHP] Re: convert seconds to hours, minutes, seconds

2003-06-03 Thread Jakob Mund
use the standard mathematics: like 178607 / 60 / 60 = Hours ( u have to round down to the nearest integer ) then u substract the number of hours*3600 from the 178607 seconds. then you have to divide the number you get by 60 and you got the minutes ( remember to round down to the nearest integer ).

[PHP] Re: Auto refresh

2003-06-03 Thread Jakob Mund
My advice to you is to use javascript.. "Kurosh Burris" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi Everyone, > > I'm now trying to add an "auto refresh" in a .php file, so that it > automatically refreshes the same page every 15 mins. Is there an upper > limit to the h