My first page submits a form.
It submits to my second page. I know that the array is passed cause I tested it.
What I want to do now is pass the array a second time to another page that is created by the second page.
Fist page. method="post" action="page2.php"
in page2.php I create a frame page.
if you are going huh?
I echo all the html to create a page with a couple of row frames.
echo '<frame name="bottom" src="page3.php?array1=$array1&array2=$array2">'
now I looked at some other posts and they said this should work but all I get is an "a" passed for each variable.