Using querystrings in URL's?


(K Lane) #1

HI guys,

 

Anyone know how to print a querystring value carried to a page via URL?

 

Any advice appreciated! :)


(Nic Hubbard) #2

Yeah, you can use:

%globals_get_xxxx%

So just replace xxxx with your key.


(K Lane) #3

Thanks as always Nic :)