Hi I am a tech work for Prosper Learning and I have a question: I have just realized that I can't create a folder on the host using mkdir. The code works fine on my localhost. I guess it might be something with setting of the host to prevent users from creating a directory. Any ideas? Thank you, All the Best, Prosper Learning
Do you have a normal user or root account? Any error when trying to make the directory (permission denied)?
If you are trying to create directories in "members", chmod "members" to 777. Not sure that will work if you are trying to create them in the main public_html portion of the site. It should work as shown above.