Re: [PHP-WIN] is_dir() question regarding windows authentication

2002-12-31 Thread Brian Weil
Try using : file_exists($pathName) http://www.php.net/manual/en/function.file-exists.php it works for me with almost the exact same configuration. Happy New Year! Brian Weil "Paul Menard" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Happy New Year all!

[PHP-WIN] is_dir() question regarding windows authentication

2002-12-31 Thread Paul Menard
Happy New Year all! I have a PHP script (or a set of them really) that I have developed since the summer. One of the script will read a database and display to the user the contents of the directory. the directory by the way is store absolute full pathname. I even worked out the REGEX routine to c