How can I create a file on a server with read/write permissions? fopen doesn't allow for this.
I know that there is a mkdir where you can make permissions, but not a mkfile.
What function am I looking for?
How do I create a directory in the root directory with read/write permissions, when the root directory cannot be written to from a script?
What I am trying to do is make a web form install script, and I need to create a directory and some files in the folder (root) that the script is being ran from.....any pointers on how to do?