I was trying in the public_html folder how to set 'chmod -R 0777 public_html'
Please tell how to set 'chmod -R 0777 public_html'
+++++++++++++++++++++++++++++++++
I also tried in subfolder and it did worked, and now if i want to create one more folder in that created folder Like the 1st folder created was "xyz" and then the same script tries to create one more folder named "abc" in the xyz folder.
When i tried to create these 2 folders "xyz" folder created but in that "abc" folder was not created.. it said permission denied
while creating the 1st "xyz" folder i used mkdir ($key, 777); and then for the second folder i used mkdir ("$key/abc/", 777);
Now the abc folder was not created ...... Please help me in this also.....
Thank You !!!!!