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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.