I want to use PHP to get file from a network driver
there is a Warning:
failed to open stream: Permission denied in D:\web\test.php on line 3
How to resolve the mistake?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
this appears to be a permission error. The user PHP is running as
likely does not have permission to access to the file. Check
permissions on the directory/file and correct accordingly.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.p
Hi Niel,
My apache and php are runing on Win2003Server(Server B),the file i
want to get on server A
i make a network driver from sever A named "Z" on server B,and
connected from my computer,then run the php code
what should i do to config my computer?
2007/6/7, Niel Archer <[EMAIL PROTECTED]>:
H
Hi
Several thing you should check.
First, as they are both Server2K3, you should be using the full
permission system of windows not the simplified version XP defaults to.
So check the permissions set on the directory and file of the network
share. By default this is "Everyone" having read permi
Hi Niel
I change my apache running user , now i can get the file from network
share document !
Thank you !!
2007/6/7, Niel Archer <[EMAIL PROTECTED]>:
Hi
Several thing you should check.
First, as they are both Server2K3, you should be using the full
permission system of windows not the simplif