Roman Duriancik wrote:

I have problem with open file by fopen function on windows servers.
I need open some file in windows server, from php script but is it possible that this script running
on some user windows account ?


example :
fopen("\\\\server\\data1\\text.txt","r"); system send me this error message : *Warning*: fopen(\\server\data1\text.txt): failed to open stream: Permission denied in *fopen.php.*

The webserver user probably does not have access network shares and if you are on windows you add it permission at your peril



roman



--
Raditha Dissanayake.
---------------------------------------------
http://www.raditha.com/megaupload/upload.php
Sneak past the PHP file upload limits.

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



Reply via email to