im having hard time with this one, i want to create folder with write permisions, im doing it with mkdir('folder', 0777)
According to php manual 0777 is the widest possible access. but still after creating folder when i check it with filezilla i see write permision only on owner but public and group is unchecked, am i using wrong mode or something?
The
umasklimits the permissions also.There would hardly be a situation where 0777 is actually a correct, useful value; you should understand what you are doing and what permissions you need.