标签: php html directory require
这里只是一个简单的问题。
我将reloadData()放在文件夹
reloadData()
dashboard.php
但是错误似乎和我的问题一样。我可以知道如何解决这个问题吗?
答案 0 :(得分:0)
该错误几乎可以解释问题所在:you are trying to include a file that is not there.
you are trying to include a file that is not there.
您必须在dashboard.php页上使用它:-
require_once(“ ../../ dbconn.php”);