i am trying to create folders from within php. Whenever i use the mkdir function with permission 0777 i get a read-only folder. I want this folder to be read & write. The p
You can have write permission too with mkdir..Here is the code
mkdir
Found the source from here