SQL的多条件查询语句
$SelectArray = array("$changhe", "$price", "$category", "$pingzhong", "$coutry"); //查询条件
$SearchArray = array(
" where attr_value='$changhe'",
" where attr_value='$price'",
" where shop_price='$category'",
" where guojia='$p


