I would like to be doing a PHP contactor in which I might be setting a time for the next number to appear. For example, the number 1 appears and then the number 2 appears replacing the number 1. It would be in the sort of a stopwatch.
Can you tell me a function that does this number substitution and another one to determine the time the next number appears?
Thank you in advance.