Hallo,
I have a problem with arrays. I have two functions that uses global vars. 2 of these vars are arrays. The problem is that when the n call to the function creates an array of size x and the n+1 call creates an array of size x-1, I cannot create my page (since I need the count(array) in order to present some layers. So, the question is: How can I "reset" the array? I tried the 'reset(array)' and the 'unset(array)' but nothing. Any ideas?
Sorry if I'm not very specific.
Peter