Is there a way in PHP to repost all the $_POST variables without having to create hidden fields ?
page1.php has form with many form elements and post them to page2.php
page2.php reposts to page3.php without having to recreate all hidden fields
You can store the values in a session. page2.php
sets them, page3.php
reads them (and optionally deletes them).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With