Jump to content

Using $_SERVER['QUERY_STRING']


xfire123

Recommended Posts

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?

 

Link to comment
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.