Hey, say I have a url just being passed through my php is there any easy way to get some GET variables that are being passed through it? It\'s not the actual url of the page
It's actually a lot easier than writing any custom functions.
$queryStr = $_SERVER['QUERY_STRING'];