24.08.2014, 13:34
can someone tell me what does this timer mean:
how can I make it so it appears in 15 minutes..?? 15 then another 15 min.
PHP код:
SetTimer("Trivia",1000 * 60 * 50,1);
1000 = ?
60 = ?
50 = ?
1 = true I think!