0
$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);*
$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);*
上で、指定したboolean、パラメータ1がmysqli_resultすることを想定しているエラーが発生します。 select * from products where product_list='$list_id
を使用して選択しているアイテム。 テーブルには存在しません t。
助けてくれてありがとう、その仕事 –
この問題を解決するお手伝いができますか? –