Re: [PHP] Changing permissions with mkdir?

2003-01-12 Thread Jason Wong
On Sunday 12 January 2003 12:56, Ben Cheng wrote: When I run mkdir(path to new dir, 0777); I get a directory that has owner and group set to nobody and drwxr-xr-x permission. How do I get the permission to be set to drwxrwxrwx? umask() -- Jason Wong - Gremlins Associates - www.gremlins.biz

RE: [PHP] Changing permissions with mkdir?

2003-01-11 Thread Timothy Hitchens \(HiTCHO\)
Hmm that is strange... chmod it after then: http://www.php.net/manual/en/function.chmod.php Timothy Hitchens (HiTCHO) Open Platform Consulting e-mail: [EMAIL PROTECTED] -Original Message- From: Ben Cheng [mailto:[EMAIL PROTECTED]] Sent: Sunday, 12 January 2003 2:56 PM To: [EMAIL