PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
When somebody login into the system for the first time, I want the system create a folder automatically base on their 'login' as a folder name. Anyone has any idea?
I've tried this code to create folder and its work if i run the code on my local machine. The problem is the folder is not created if i run the code from the server, even after i change the folder setting to 777 (read, write, execute). Anybody got any idea pls?
Make sure that PhP on your webserver has the proper permissions to create folders.
I had the same problem once but solved it by changing the folder's ownership (CHOWN) to `httpd` or something.