Hi all,
I am new in php, and need some directions
This is what I need to accomplish
Admin user needs to be able to upload files (which belong to a user)
the users can only see their own files
my approach
The administator will have a page for user registration (name,password)
* at this point I will create the mainfolder for the user
Then an upload page where the admin selects the correct folder
NOTE THAT he also needs to be able to create subfolders
USERNAME FOO
FOO
\ FOO_SUB1
\ FOO_SUB1\SUB2
...
when the users logs in, he will be redirected to his mainfolder and
the files/subfolders need to be visible
thanks!

