Yea but your username wont own those dirs.
its not a good solution, You wont be able to del files or folders once you amke them.
Quote:
If you're on a shared *nix server, a directory created through mkdir() will not be assigned to you, but to the user that your host's server or php process is running under, usually 'nobody', 'apache' or 'httpd'.
In practice, this means that you can create directories, even add files to them, but you can't delete the directory or its contents nor change permissions.
|
PwN3d