|
I've got a variable that will increment upon a user's action. Example: They click a link, and it adds 1 to the variable. The variable is then shown to the screen. I want this variable to be reset to 0 for the user, anytime the server's time has hit Midnight.
Could you provide a simple example script that does something like this so I can examine it and learn how it works please?
|