>I am trying to find out which dir the user is browsing. How can I get the
>URL into a var? I tryed path_info, but it only returns the filename.
>
>Here is an example:
>
>URL: http://www.server.com/subapp/test.php
>
>Should return :
>
>subapp
>
>Is this possible??


http://www.php.net/manual/en/language.variables.predefined.php

HTH


B.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to