Following on from my previous question, Printing an Array, I now have another interesting (or otherwise?) question.
I have an array which essentially contains 15 values.
Just after the array is filled with these values, the script calls itself again, with FORM ACTION="scriptname", and guess what? The array is empty.
I am looking for some way to preserve this array? One solution would be to save them into a temporary table?
But maybe someone has a better solution?
Thanks in advance
Terry