Re: [PHP] Detect directory

2001-01-26 Thread Marx Gomes
Joe wrote > Use dirname() function to find which directory the file is in. Chris Lee wrote > echo "$PHP_SELF \n"; That's it! dirname($PHP_SELF) is exactly what I need. Thanks! Marx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Detect directory

2001-01-26 Thread Chris Lee
\n"; echo "$PHP_SELF \n"; ?> Try that. or am missunerstanding the question? Chris Lee Mediawaveonline.com ""Marx Gomes"" <[EMAIL PROTECTED]> wrote in message 012601c087d8$2ef57da0$[EMAIL PROTECTED]">news:012601c087d8$2ef57da0$[EMAIL PROTECTED]... > Hello, > > How can I detect the director