I've got a script that I'm trying to use to create a directory with the mkdir() command. This command is not working for me. I've verified that the script is running as a user with write and read access. I've verified that the parent directory is readable and writeable. As yet, I am still unable to get my script to work properly.
This is my first time writing a PHP script to make use of filesystem commands, so I'm something of a newbie to the mkdir command. What are some things that can cause the mkdir command to fail? I'll try anything listed here to see if it's what I'm not doing correctly.
My site is hosted with Bluedomino. It is not on a dedicated server. I've emailed them to see if they're running anything that could keep this command from working properly and await their response on Monday.
Thanks,
-Nij