Including files by relative path

前端 未结 4 1661
暗喜
暗喜 2020-12-21 16:35

There must be something i don\'t understand about linking files -- but here\'s my problem.

Basically, i have three files.

  1. generalfunctions.php
4条回答
  •  感情败类
    2020-12-21 17:13

    Try to use absolute one instead

    include("/public_html/phpfunctions/generalfunctions.php");
    

提交回复
热议问题