quote:
Originally posted by tryxter
I forgot to say: on script starting, all the text is loaded to arrays (by times). Just like you said me to do.
The time interval will be 1min, that should be enough, to do what I want.
Do you think it will consume too much memory/slow down the system?
No. The things that would slow down the system most is the reading of the file. But since you do that once at the start of the script or when user logs in, this shouldn't be a problem.
quote:
Originally posted by tryxter
Off topic:
How can I declare a multidimensional array? like array[x][y]?
[split] multi-dimensional arrays