Page 1 of 1
Question on creating form
Posted: Wed Oct 09, 2002 6:01 pm
by mrrobotto

I am currently working on a form and would like to have all the variables extracted and printed out on another page. The page that I am going to have them printed to I am going to use that page later to update a database so I will have three pages total. Would creating an array to place all the variables in and then extract them and print them to the second page by calling the array be the best way to do this?
Posted: Wed Oct 09, 2002 6:05 pm
by mydimension
an array might be the easiest way manage those fields but its really a preference thing.