[snip]
I'm creating a form with 170 fields, and I'd like to create 
an intermediary page so the user can review their info 
before submitting it again to the emailing script.
[/snip]

When you create the "view" page store all of the passed variables in
hidden form fields. That way they can then be submitted on to the next
script.

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

Reply via email to