Emiliano,
This question is totally out of scope for this mailing list. It has
nothing to do with databases at all.
Also, you should _almost never_ use 0777 for permissions.
You probably want 0644. (Owner can read/write, all others can read.)
Regarding your question in general, it sounds like
mayo wrote:
so I would like to write to file on my local box.
I've looked but I don't see how to chmod.
using: windows xp and iis 5
No such thing as chmod on XP. You need to give the IUSR_
user permission to write in the directory in question. PHP runs as the
IIS user.
--
---John Holmes...
Am
yikes,
sorry everyone for the mix-up in posting.
-- gil
> -Original Message-
> From: Thomas J. Rudd [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 17, 2004 3:34 PM
> To: 'php'
> Subject: RE: [PHP-DB] chmod on win xp
>
>
> How exactly
How exactly are you wanting to
"chmod" the file attributes?
(with a script or in general?)
-Original Message-
From: mayo [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 17, 2004 2:17 PM
To: php
Subject: [PHP-DB] chmod on win xp
so I would like to write to file on my local box.
I've lo
On Saturday 17 January 2004 03:17 pm, mayo wrote:
> so I would like to write to file on my local box.
> I've looked but I don't see how to chmod.
>
> using: windows xp and iis 5
>
> -- gil
1. This is the Database list, stuff like this should go in the General List.
2. chmod only applies to *nix