16.01.2012, 11:49
You do know that SetTimer is really not good to use to count seconds? Like, you maybe don't notice it the first minute but if you are watching your clock after an hour you see that your clock is a few minutes off. After a day it's probably like 1 hour off..
Use gettime(); next time.. It will return an unix timestamp and that's always accurate.. (could be like a second off though)
Use gettime(); next time.. It will return an unix timestamp and that's always accurate.. (could be like a second off though)