[PHP] mkdir(blah,0777)

2003-01-07 Thread rw
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. This is not acceptable! Lucy, you got some splainin to do! Thanks for your help RW --

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(). --

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 that was