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