Re: [PHP] opendir and IIS

2004-10-05 Thread Greg Donald
On Tue, 5 Oct 2004 10:22:56 -0500, ccma <[EMAIL PROTECTED]> wrote: > Anyone know the exact phrasing that will work for me? I have r,w, > directory browsing set on the shared servers dir for both the remote > IIS machine name as well as the IWPG account of the remote machine. I fixed this issue pre

[PHP] opendir and IIS

2004-10-05 Thread ccma
Hi All, Currently Im battling a opendir on IIS(2003 server). The manual says to set your path to "\\server\share\directory" So i set it up $path="zice\\itdept\$\\Mis"; Setting it that way results in: "failed to open dir: Invalid argument" error. tried reversing the slashes, same deal. trie