include .php file in folder above

后端 未结 5 1222
既然无缘
既然无缘 2021-02-15 09:49

I am receiving this error

Warning: include(../config.php) [function.include]: failed to open stream: No such file or directory in /home/soizastu/public_html/cms/         


        
5条回答
  •  自闭症患者
    2021-02-15 10:37

    Try this code i hope it works for me

    Assume we had dbconfig.php in home directory and include that file in file that inside home like path structure. |--admin |--includes |--add_dbconfig.php |--dbconfig.php

    add_dbconfig.php

    enter image description hereenter image description here

提交回复
热议问题