查询数据库的时候,如果为区域查询有问题508行;
例如:
Warning: mysqli_fetch_row() expects parameter 1 to be mysqli_result, bool given in E:XAMPPhtdocscourlogin.php on line
连接数据库时发生了这个问题
但是又不知道问题何在就很烦! PS:mysqli_fetch_array() 也可以这样子去使用 然后在在代码内输入 if (!$result) { printf("Error: %s", mysqli_error($link)); exit(); }"show_date"对应的数组最好没有加入"AND"会报"Warning: strtoupper() expects parameter 1 to be string, array given in /webser/www/code/TPfaremwork/ThinkPHP/Lib/Core/Db.class.php on line 87"
可以将87行的代码改为:
|