我正在运行PHP版本5.5.24,我还包括" fusionchart.php"在项目文件夹中也是如此。当我用Google搜索解决方案时,浏览器会显示"与任何文档都没有匹配"
<?php
include("fusioncharts.php");
$hostdb = "localhost"; // MySQl host
$userdb = "root"; // MySQL username
$passdb = "suba sah 16"; // MySQL password
$namedb = "world"; // MySQL database name
$dbhandle = new mysqli($hostdb, $userdb, $passdb, $namedb,'0','/opt/lampp/var/mysql/mysql.sock');
if ($dbhandle->connect_error) {
exit("There was an error with your connection: ".$dbhandle->connect_error);
}
?>
错误:
当我运行上面的代码时,我显示错误如下.. 查询($ strQuery)或退出(&#34;错误代码({$ dbhandle-&gt; errno}):{$ dbhandle-&gt; error}&#34;); ?&GT;
我们将不胜感激。感谢
答案 0 :(得分:0)
我试图在我的localhost中运行上面的代码,但是找不到你提到的错误。代码无错误。 如果你错过了什么,我想知道你错过了什么。
您甚至可以看到完成的数据库连接是否正确完成。