如何使用JAVA/PHP创建文件夹
问题描述:
您好,所有
我正在尝试为任何登录用户创建一个文件夹,并在网页上为该用户创建子文件夹.用户再次登录后,他只能在网页上看到自己的文件夹.我打算使用Java/PHP.
我查看了帮助文件并在网上搜索.我找不到正确的答案.所以请指导我.教程将非常有用.
谢谢
aby
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
答
如果您要创建目录,请参见 ^ ].
如果您通过网页上的文件夹"有其他含义,请进行说明.
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.