I want to create a directory tree on the server with the user's name as the
top level for that user. I want to create this directory, and two
subdirectories, when the user signs up. The problem I am having is with
permissions. I get:
Warning: mkdir(11june1): Permission denied in
/home/virtual/site127/fst/var/www/html/ssUserAdd.php on line 87
How do I have the user's action result in the directories being created, but
not have the user have access to anything except in that tree through the
interface?
Shelly
top level for that user. I want to create this directory, and two
subdirectories, when the user signs up. The problem I am having is with
permissions. I get:
Warning: mkdir(11june1): Permission denied in
/home/virtual/site127/fst/var/www/html/ssUserAdd.php on line 87
How do I have the user's action result in the directories being created, but
not have the user have access to anything except in that tree through the
interface?
Shelly
Comment