Re: [PHP] mkdir(blah,0777)

2003-01-07 Thread rw
Thank you, Jason! Quoting Jason Wong <[EMAIL PROTECTED]>: ### On Wednesday 08 January 2003 12:05, [EMAIL PROTECTED] wrote: ### > I have an interesting situation! ### > ### > I get a dir to be made - no problem, but I want it to have the ### permissions ### > 0777. When I look in the directory tha

Re: [PHP] mkdir(blah,0777)

2003-01-07 Thread Jason Wong
On Wednesday 08 January 2003 12:05, [EMAIL PROTECTED] wrote: > I have an interesting situation! > > I get a dir to be made - no problem, but I want it to have the permissions > 0777. When I look in the directory that was just created (blah drwxr-x---) > are the permissions. Look at umask(). --