require_once :failed to open stream: no such file or directory

前端 未结 5 644
孤独总比滥情好
孤独总比滥情好 2020-12-01 12:50

I have this testing code in \"PAGE A\":

         


        
5条回答
  •  旧巷少年郎
    2020-12-01 13:17

    set_include_path(get_include_path() . $_SERVER["DOCUMENT_ROOT"] . "/mysite/php/includes/");

    Also this can help.See set_include_path()

提交回复
热议问题