Quote:

describe for us exactly what it is you are trying to do



I have form that asks the user to enter a series of names from 2 - 6, the number of names is random and could change everytime the script is used.
After that form information is submitted I am storing the names in an array $Names[5]
I then present another form that has options on it. On the options page there are 4 sets of radio buttons where each will represent a single value to be stored. One set of checkboxes that will result in a single value to be stored.

The options that are checked will be individual to each of the users set in the first form.

My thought was that an array that is 6x5 would be perfect for this as I would have a single array that would hold the user name and the options selected per user.

Hope that helps.

The cube analogy is helping. I will be drawing it out on paper to make sure that I am getting it. To this point in all of my scripts I have alway's used a flat array (1 dimension).
_________________________
Today is the tomorrow you worried about yesterday.