smerny Posted November 15, 2009 Share Posted November 15, 2009 The only way I know to do this is: <input type='hidden' name='blah' value='<?php echo $_POST['blah']; ?>'> for each of the ones that I want to take to the next form... but if I have a whole bunch of things that I want to use in the next form... is there a more efficient way? Quote Link to comment https://forums.phpfreaks.com/topic/181579-saving-post-array-for-next-form/ Share on other sites More sharing options...
.josh Posted November 15, 2009 Share Posted November 15, 2009 use session variables (google php sessions) Quote Link to comment https://forums.phpfreaks.com/topic/181579-saving-post-array-for-next-form/#findComment-957769 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.