Answer the question
In order to leave comments, you need to log in
How to create a directory with read and write permissions in php on linux?
Create directory in php
mkdir('test');
mkdir('test', 777);
mkdir('test', 0777);
chmod -R 777 test
Answer the question
In order to leave comments, you need to log in
You should at least occasionally read the comments section of the function you are using :)
Everything has been invented for you a long time ago
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question