well. i'm fairly new to php have done a couple of sites but have bben faced with a new challenge. i need to create a site which gives a user admin control, over their own project areas, then once they have a project folder they can upload to their folder then give access to certain other users, like a shared id sort of thing. any suggestions?? thanks mike
store it in a db...
table_access folder_id folder_name owner_name
table for other users to access space access_grantee_table id folder_id grantee_name
then just scan the tables to set permissions to allows users to access certain folders