Re: [PHP-WIN] chmod on win xp - update

2004-01-19 Thread Stuart
mayo wrote: Donatas, you were right: The tools > Folder Options > advanced settings, uncheck "Use simple file sharing" was it. The security tab appeared. (Woohoo) Unfortunately there are still some issues. All the check boxes are grayed out and I'm still unable to give myself execute privileges. In

RE: [PHP-WIN] chmod on win xp - update

2004-01-19 Thread mayo
ED] > Sent: Monday, January 19, 2004 2:32 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] chmod on win xp > > > This goes only for Windows XP Pro, Home edition doesn't have this. Go to > [Explorer window] -> Tools -> Folder Options -> View::Advan

Re: [PHP-WIN] chmod on win xp

2004-01-19 Thread Donatas
e abc.php because Permission denied in c:\inetpub\wwwroot ... The same file works on my ISP's server. thx, Gil > -Original Message- > From: David Tod Sigafoos [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 18, 2004 4:59 AM > To: Gil > Subject: Re: [PH

RE: [PHP-WIN] chmod on win xp

2004-01-19 Thread Svensson, B.A.T. (HKG)
be be set for the user as php runs as (usually the IIs users) or everybody - but you don't want to do the last thing. -Original Message- From: mayo To: David Tod Sigafoos; php-windows Sent: 2004-01-18 20:00 Subject: RE: [PHP-WIN] chmod on win xp I must be missing something because

Re[2]: [PHP-WIN] chmod on win xp

2004-01-18 Thread David Tod Sigafoos
Hello mayo, Sunday, January 18, 2004, 7:00:19 PM, you wrote: m> I must be missing something because right clicking on the file (in explorer) m> doesn't give me the option to change read - write - execute. All I get is m> Read-only and Hidden check boxes. did you get this worked out from our oth

RE: [PHP-WIN] chmod on win xp

2004-01-18 Thread Mario J. Reis
To: David Tod Sigafoos; php-windows Subject: RE: [PHP-WIN] chmod on win xp I must be missing something because right clicking on the file (in explorer) doesn't give me the option to change read - write - execute. All I get is Read-only and Hidden check boxes. And, they're not checked

RE: [PHP-WIN] chmod on win xp

2004-01-18 Thread mayo
php because Permission denied in c:\inetpub\wwwroot ... The same file works on my ISP's server. thx, Gil > -Original Message- > From: David Tod Sigafoos [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 18, 2004 4:59 AM > To: Gil > Subject: Re: [PHP-WIN] ch

Re: [PHP-WIN] chmod on win xp

2004-01-18 Thread David Tod Sigafoos
You can set the rights on XP (or any windows os) from the Explorer window. RightClick Start Select Explorer navigate to the directory you want with the file showing in the right RightClick the file Select Properties select the 'rights' you want Saturday, January 17, 2004, 8:55:58 PM, you wrote:

[PHP-WIN] chmod on win xp

2004-01-17 Thread mayo
so I would like to write to file on my local box. $fp = fopen($filename, "w"); fwrite($fp, "whatever"); I get a permission error. I've looked but I don't see how to chmod. It worked on my ISP after CHMOD so it's not the code. using: windows xp and iis 5 -- gil -- PHP Windows Mailing Lis