Hi all
i want to create some arrays but with the name of some variables.. (hmm let me refrase that;p)
I take some unique ids from a query, and after some processing i put them in an array named Sites. I want when i put the sites in the array called "Sites" to create a new array for every unique id, with the name of the id... how should i do that?
thx
ps. the new arrays will have a dynamic content so the thing i would like to do has a meaning;-))