xfire123 Posted March 14, 2018 Share Posted March 14, 2018 Hello! I have a problem. Can you help me please. A user is entering two dates in to a form. When he press submit the date pass in another opened page and doing stuff. Can i pass this variables to one more php file. He create a json file. I need to create this json right after user hit submit and then redirect to the page. Im using this to redirect and pass the two dates header("location:gentable_chart.php?" . $_SERVER['QUERY_STRING']); exit(); I need to pass the variables one more time to create the json before the redirect. Any idea how to do this? Quote Link to comment Share on other sites More sharing options...
xfire123 Posted March 14, 2018 Author Share Posted March 14, 2018 (edited) Can i pass this two variables to the php script and start him without need to redirect me to page? I need just to generate the json Edited March 14, 2018 by xfire123 Quote Link to comment Share on other sites More sharing options...
requinix Posted March 14, 2018 Share Posted March 14, 2018 Why can't the one page with the results do both? Quote Link to comment 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.