I'm using WinNT, Apache and PHP.
I have a "permission denied" error when I try to access to a filz on a other computer on the LAN from my webserver.
Sample :
<? fopen("//PC2/share/file1.txt", "r"); ?>
or
<? fopen("F:/file1.txt", "r"); ?>
In the two case, the error is the same.
What's the problem ?
Thanks.