create file in another directory with php

后端 未结 5 1208
一生所求
一生所求 2021-02-01 21:51

My folder structure is like -

root
  admin
    create_page.php
  pages
    my_page1.php
    my_page2.php

I have code for creating a new php fi

5条回答
  •  野性不改
    2021-02-01 22:35

    have you deliberately missed out on concatinating $dir_path and $ourFileName;

    now

    1. is your directory/file writable?
    2. check for your current working directory
    3. is your error_reporting on ?

提交回复
热议问题