when I create directory with mkdir() in PHP script I can't create any
more directory inside that script
I try to aplay 0777 to mkdir and chmod with no success
I think the problem is with safe_mod and wrong uid
how to solve this problem?
Thank you
more directory inside that script
I try to aplay 0777 to mkdir and chmod with no success
I think the problem is with safe_mod and wrong uid
how to solve this problem?
Thank you
Comment