Hallo,
Irgendiw komme ich nicht weiter.
Ich will dass die Restliche Zeit angezeigt wird, die man noch gebannt ist (Timeban)
Hier der Code.
aber irgendwie hab ich ein Problem mit den Sekunden und Minuten
pls help!
tbanwert=cache_get_field_content_int(0,"timeban",MYSQLConnection)-gettime();
tbanm=floatround(tbanwert/60/);
tbans=floatround(tbanwert-60*floatround(tbanwert/60));
tbanh=floatround(tbanwert/3600);
tband=floatround(tbanwert/86400);
if(tbanh >= 24*tband)
{
tbanh-=24*tband;
tband+=1*tband;
}
THX!