Hello,

how can I obtain the full url in PHP? I need the entire string that's in the address bar, including the GET variables (if any)? I have tried $_SERVER['PHP_SELF'] but that only gives me the webpage.