"Beauford.2002" <[EMAIL PROTECTED]> wrote in message 000701c2d51c$616206d0$6401a8c0@p1">news:000701c2d51c$616206d0$6401a8c0@p1... > Im trying to figure out the best way to do the following. I need to have a > series of forms that when the user finishes the first part of the form he is > sent to another page where a second form is filled out, and then a third. > Making the forms etc. is no problem, what I'm not sure of is how to keep the > data from all forms so it can be displayed at the end. I don't want to have > anything written to the users drive, or to the server - so this information > would have to be kept in memory. Would an array work in this situation?
how about using layers and javascript to switch between the parts of the form. User will have wizard like behaviout (form with next and prev buttons), and to the php, everything will be submitted as one large form. rush -- http://www.templatetamer.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php