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.*

roman

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



Reply via email to