I have this problem. i use mkdir() to create a folder. after that, i use touch() to create a file but the file somehow cant be created. Why is it like this?
The folder has chmod 777, why cant i use touch to create a file in this
folder? how can i solve this problem in order to create the file?