PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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?