Jump to content

How to pass all GET variables using PHP_SELF?


hatrickpatrick

Recommended Posts

In my script, there are a few variables I want passed from one page to another, and rather than do the long winded "if isset" method for all of the links on the page, I've heard there is a global variable which basically puts them all into the ?var1=value&var2=value etc format... Anyone know which variable that is? PHP_SELF only passes the filename...

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.