- Code: Select all
mkdir('../gallery/images/G'.$result_gallery,0777,true);
inside this folder are photos that users upload. when I want remove this folder or file
this warning appears:
Warning: rmdir(../gallery/images/G35): Permission denied in ...
I empty folder before deleting it.
my platform is windows and Based on explanations php manual mode is ignored on Windows.
What should I do to solve this problem?
Thanks for any help

