Jump to content

Passing values from one script to another


tcorbeil

Recommended Posts

What is the easiest way to us the include command to go to anexternal script.

 

The script does some stuff but here is what need:

 

When i have completed the external script, I am currently using this:

 

@header("Location: ".$_SERVER['HTTP_REFERER']);  to get back to the page that called the external script..

 

can i use this command somehow to pass variables from the external script to the main script?

If not, is there another command that i can use return to the main script while passing variables?

 

thanks.

T.

 

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.