I need to create a folder with a unique name everytime a user submits some data for upload. If the administrator decides to reject the submission , the folder with all its contents should be deleted.
How can I do this safely in php 4.11?
I am thinking of giving a timestamp for the folder name , I am confused about the rest.
What permissions should I set?
How do we remove a folder with all its contents?
How can I do this safely in php 4.11?
I am thinking of giving a timestamp for the folder name , I am confused about the rest.
What permissions should I set?
How do we remove a folder with all its contents?