在服务器的根文件夹外创建文件夹。 PHP

时间:2014-10-21 15:19:12

标签: php

所以我在名为" UserActions"的文件夹中有一个php文件名NewUser.php。

" UserActions"在文件夹调用" General Elements" NewUser.php在数据库中插入用户数据,现在这里是我的问题我需要将上传时的用户图像保存在文件夹User Images上,该文件夹位于其php的根文件之外。

我正在使用mkdir(),但我不知道如何访问文件夹UserImages。

0. General Elements
  0.0 UserActions     
     0.0.0 NewUser.php  //MkDir() function
  0.1 UserImages        //I need to create a folder here and save here the images.
      0.1.0 User_0
         0.1.0.0 MainImage.jpg
         0.1.0.1 MainBackground.jpg
      0.1 User_1
         0.1.1.0 MainImage.jpg
         0.1.1.1 MainBackground.jpg

1 个答案:

答案 0 :(得分:0)

我假设您的.php所在的文件夹不是实际的服务器根目录而只是一个文件夹。您只需在路径中使用..即可上升一级。例如:如果我尝试从NewUser.php访问Userimages文件夹,我会使用../Userimages/