Global
From AffiliateBang Wiki
global is a Midge directive which returns a global variable in PHP.
Example
[#global,counter]
Returns
Prints the contents of the global variable counter.
global is a Midge directive which returns a global variable in PHP.
[#global,counter]
Prints the contents of the global variable counter.