$get_list_pro = "select * from products where product_list='$list_id'";
$run_list_pro = mysqli_query($con, $get_list_pro);
$count_lists = mysqli_num_rows($run_list_pro);*
答案 0 :(得分:0)
选择查询错误时会发生此错误。您使用select * from products where product_list='$list_id
选择的项目。 table produc t。