Page is a not externally linkable
barns101 - 11:56 am on Sep 15, 2006 (gmt 0)
You could start a session and save the post data in the session array and so then if you needed to go back to form.php you could call the values from the session data.
The data has been POSTed to form-parse.php (not form.php) and so no post array exists for form.php and this is why it's not working as expected.