file_exists() with Windows share
- From: "Alan" <ajp@xxxxxxxxxxxxxx>
- Date: 28 Nov 2005 07:59:12 -0800
Running PHP5 with IIS on a Win2K Server
whenever I try file_exists() on a file in a windows share on another
server I get a response of False - I can't open the file or do anything
with it. I'm sure the filename/path is Ok
$filename=
'//print-admin/Public$/planningprepress/planning/prepresslist.xls'
I've tried replacing all the '/' with chr(92) to no avail. The only
info I have found so far simply says that for Windows shares to use
//server/share/file which is what I have and the folder/file are
accessible by everyone.
What am I missing ?
.
- Follow-Ups:
- Re: file_exists() with Windows share
- From: Chung Leong
- Re: file_exists() with Windows share
- From: Steve
- Re: file_exists() with Windows share
- From: Erwin Moller
- Re: file_exists() with Windows share
- Prev by Date: Re: variable howto
- Next by Date: Re: calling image <img src=" .php" hiding img src
- Previous by thread: Saving Temp Files in Shared Memory
- Next by thread: Re: file_exists() with Windows share
- Index(es):
Relevant Pages
|