I have a project in which there is an array with 3 items. If the first item in the array is empty, I want to display a dropdown on a form for that value. However, if there is only one option for that value (ie only one entry is active for the dropdown) I don't want to display the form at all, I just want to set that value in the array and go to the page that handles the next array item. This can't be done on one page because the second and third array items are dependent on the previous item(s).
So I want to pass the entire array to the next page via header().
TIA,
Crystal