$sql="select * from shop_cart where productid=? and userid=?";
这不是sql的预处理语句,通过prepare来执行预处理语句,然后传递参数给问好就可以了,这样做有效防止sql注入
能详细点么?
占位符