Pass POST data to two php files
问题 Hello I'm hoping this will be an easy fix. To simply put it, I want to do the following: 1) Have a form that users input data (estimate.html) and submit to validate.php 2) From validate.php, check the POST data and if everything is ok, the user presses the submit button which then sends the same exact POST data to submission.php. Is there any easy way to send the same exact POST data from the original form throughout my two php files? (Hopefully without sessions) estimate.html -> validate.php