Question on creating form

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!

Moderator: General Moderators

Post Reply
mrrobotto
Forum Commoner
Posts: 40
Joined: Thu Sep 26, 2002 9:30 pm
Contact:

Question on creating form

Post 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?
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post by mydimension »

an array might be the easiest way manage those fields but its really a preference thing.
Post Reply