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!
I have a function that creates a directory and file if they do not already exist. However it always seems to return false. I till create the directory but not the file.
Is your www-server running as nobody? If so you should give the directory in which you are trying to create files write permission, the same with the directory you are creating in this script. e.g.: