Question Timer
#1

can someone tell me what does this timer mean:

PHP код:
SetTimer("Trivia",1000 60 50,1);
1000 = ?
60 = ?
50 = ?
true I think
how can I make it so it appears in 15 minutes..?? 15 then another 15 min.
Reply
#2

1000 is 1 second

60 time 1000 (1 second) is 1 minute

50 time 60000 (1 minute) is 50 minute

if you want to make it into 15 minutes, just change the "50" into "15"
Reply
#3

its just a a multi-cation of digits:

1000 * 60 * 50 * 1 = 3000000ms
3000000ms = 50min
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)