Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, All

I am trying to create a file folder for any login user, and create sub folders for the user on a web page. After the user logs in again, he can only see his own folder on the Web page. I am planning to use java /PHP.

I have looked in the help files and searched on the web. I cannot find the proper answer. So please guide me. A tutorial would be really useful.

Thanks

aby
Posted
Updated 12-Oct-10 5:36am
v2

1 solution

If you mean you want to create a directory, see http://www.php.net/manual/en/function.mkdir.php[^] for information on PHP.

If you mean something else by "folder on the Web page" then please clarify.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900