Administrator
|
if you want your n variable to not get initialized even after you disconnect from the server, then you need to modify the script, the design of it.. You need to store the value of $n in a file and read it in your script before setting a value to it.
Also, I guess you want your $n should be reset to 1, when the day changed. So you have to write a "if" for it as well.
|