duanna2026 2017-05-10 06:45
浏览 44
已采纳

php如何从另一个文件夹中包含文件

I want include file from another folder. i used different ways but nothing helped me out. One folder back solution and two folders back none gave me any positive respone.

I always getting this error

This is the tree of the folders

<?php
   include_once('./../models/config.php');
?>
  • 写回答

3条回答 默认 最新

  • douzhuo1853 2017-05-10 06:48
    关注

    The folder where the file is, and the file master.php are in the same folder :

    <?php include_once('models/config.php'); ?>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?