Re: [Phplib-users] auth url question
Brought to you by:
nhruby,
richardarcher
|
From: Marko K. <M.K...@os...> - 2002-10-29 08:53:50
|
> can the getenv('REQUEST_URI') in self_url() be changed to $PHP_SELF . "?" .
> $HTTP_SERVER_VARS['QUERY_STRING']; ?
As I understood one should use $_SERVER['PHP_SELF'] instead to make it
work as well with register_global=OFF!
Marko
|