2016-08-08 45 views
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);* 
+0

有人可以幫我解決這個問題嗎? –

回答

0

鑑於當你選擇查詢是錯誤發生時的錯誤。您使用select * from products where product_list='$list_id選擇的項目。不存在於表產品噸。

+0

感謝您的幫助,其工作 –

相關問題