【发布时间】:2015-02-25 19:12:27
【问题描述】:
$conn = mysql_connect($servername,$dbusername,$dbpassword) or die(mysql_error());
mysql_select_db($dbname) or die ("could not open db".mysql_error());
require_once dirname('../tcpdf/config/lang/eng.php');
require_once dirname('../tcpdf/tcpdf.php');
错误:警告:require_once(../tcpdf/config/lang):无法打开流:第 33 行的 C:\xampp\htdocs\jmb_system\anggerik\printunitstmt.php 中没有这样的文件或目录
致命错误:require_once():在 C:\xampp\htdocs\jmb_s 中打开所需的 '../tcpdf/config/lang' (include_path='.;C:\xampp\php\PEAR') 失败
请问错误在哪里?谢谢
【问题讨论】:
标签: php require-once