Page 1 of 1
php + windows + permissions
Posted: Mon Jun 19, 2006 6:41 am
by itsmani1
I am using php on IIS Windows, how to manage permissions on it. i am trying
but its not working ...
Thanks.
Posted: Mon Jun 19, 2006 6:55 am
by tecktalkcm0391
You might have to set it with permittions for PHP to access it first.
Posted: Mon Jun 19, 2006 7:02 am
by itsmani1
how can i do that?
Posted: Mon Jun 19, 2006 7:05 am
by tecktalkcm0391
I am not 100% sure but you should be able to go to the folder/file you want to give permitions to then right click on it and go to sharing and security and then set up the file to be shared to everyone with full rights
Posted: Mon Jun 19, 2006 7:09 am
by itsmani1
yeah, i know this can be done this way, but i want to do it via some php function? is this possible in that way?
Posted: Mon Jun 19, 2006 8:03 am
by Oren
itsmani1 wrote:yeah, i know this can be done this way, but i want to do it via some php function? is this possible in that way?
Only if PHP has the rights for doing so.