📜  检查为什么 sql 查询没有连接到数据库 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:47.104000             🧑  作者: Mango

代码示例1
if (!$check1_res) {
    printf("Error: %s\n", mysqli_error($con));
    exit();
}