I doubt... (i've no reason to believe that it doesn't work, but if it 
doesn't i would assume it to be a bug in windows 
filesystem->networksystem layer)...

Anyway, the better way is to create a distributed file system and/or map 
the share as if it was a directory in one of the WS machine...

That way, PHP doesn't need to know where are the files, it assumes that 
they are reachable directly...

Cheers...
Luis Ferro

Chris Schmidt wrote:

>I have two server
>
>FS = File Server
>WS = Web server
>
>WS is IIS and is conecting to a share on FS.
>So the path to the PHP files is
>\\FS\iisweb\phpfiles\
>
>So if i call test.php and that is located at http://WS/client/test.php
>and config is at http:\\WS\phpfiles\config.php
>
>test.php has this as a line:
>include("\\FS\iisweb\phpfiles\config.php")
>or
>include("..\phpfiles\config.php")
>I get  that a file can not be found
>
>Does PHP for windows work with Shares?
>
>
>
>  
>




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to