Use sessions, you can save the result of the previous form in a server-side
variable, and it will still be there even if the user has a modem
disconnect.

http://php.net/session

Take care,
Greg
--
phpDocumentor
http://www.phpdoc.org

"Stephen" <[EMAIL PROTECTED]> wrote in message
000b01c2b518$d8e4a1a0$0200a8c0@melchior">news:000b01c2b518$d8e4a1a0$0200a8c0@melchior...
I want to make a function that passes all the variables in a form to the
next form since the form has multiple steps. I thought about putting all the
contents in an array but I'd have to name out each array which would take a
while and then there's the global inside the function, but again, I'd have
to list all of them out. Any other quick and simple way?

Thanks,
Stephen Craton
http://www.melchior.us

"What's the point in appearance if your true love, doesn't care about
it?" -- http://www.melchior.us



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to