Jump to content

Saving POST array for next form?


smerny

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.