Re: [PHP] current url function

2004-03-16 Thread Marek Kilimajer
Luis Mirabal wrote: i checked http://sk2.php.net/manual/en/features.http-auth.php, but it doesnt shows how to see if i passed user:pass in the url. i try http://user:[EMAIL PROTECTED]/ and dumped globals, and there is nothing... any ideas? variables $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH

Re[2]: [PHP] current url function

2004-03-15 Thread Richard Davey
Hello Luis, Tuesday, March 16, 2004, 1:41:49 AM, you wrote: LM> i checked LM> http://sk2.php.net/manual/en/features.http-auth.php, but it doesnt LM> shows how to see if i passed user:pass in the url. i try LM> http://user:[EMAIL PROTECTED]/ and dumped globals, and there is nothing... any LM> idea

Re: [PHP] current url function

2004-03-15 Thread Luis Mirabal
i checked http://sk2.php.net/manual/en/features.http-auth.php, but it doesnt shows how to see if i passed user:pass in the url. i try http://user:[EMAIL PROTECTED]/ and dumped globals, and there is nothing... any ideas? "Marek Kilimajer" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTE

Re: [PHP] current url function

2004-03-15 Thread Marek Kilimajer
Luis Mirabal wrote: hey! i am working in an open source development, and have done a function that gives me the current url, but i need it to work always, everywhere, in every server with all browsers, could you tell me if you think it will or if you have any suggestions? here is the code: /*

[PHP] current url function

2004-03-15 Thread Luis Mirabal
hey! i am working in an open source development, and have done a function that gives me the current url, but i need it to work always, everywhere, in every server with all browsers, could you tell me if you think it will or if you have any suggestions? here is the code: /* Returns the curren