Re: [PHP] Problem with CHMOD

2002-12-30 Thread Stephen
ot; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 4:48 PM Subject: Re: [PHP] Problem with CHMOD On Monday, December 30, 2002, at 04:34 PM, Stephen wrote: > I'm running the CHMOD function and I get this error: > > Warning: chmod() [function.chmo

Re: [PHP] Problem with CHMOD

2002-12-30 Thread Chris Garaffa
On Monday, December 30, 2002, at 04:34 PM, Stephen wrote: I'm running the CHMOD function and I get this error:   Warning: chmod() [function.chmod]: Permission denied in c:\inetpub\wwwroot\chatness2\admin\save.php on line 13 I'm running IIS 5 which may be causing it. Here's my code:   chmod($file

[PHP] Problem with CHMOD

2002-12-30 Thread Stephen
I'm running the CHMOD function and I get this error:   Warning: chmod() [function.chmod]: Permission denied in c:\inetpub\wwwroot\chatness2\admin\save.php on line 13 I'm running IIS 5 which may be causing it. Here's my code:   chmod($file, 0666); $file = $HTTP_GET_VARS['file'].".html";   Ple