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? 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) 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
Archived
This topic is now archived and is closed to further replies.