i created range slider for update database table value but it work only single character value when i select multiple parameter to range slider it not work.my query is below.
$query .= "AND color LIKE '".$_POST["minimum_price2"].'%'."' AND color LIKE '".$_POST["maximum_price2"].'%'."'";