我试图在代码中包含一个 php 文件
include "$_SERVER[DOCUMENT_ROOT]/inc/file.php";
我得到的错误是
Warning: include() [function include]: unable to access C:/wamp/www/inc/file.php on line 6
Warning include(C:/...... Failed to open stream no error.
我尝试使用 require_once; 错误是一样的,我的 php 版本是 5.2