I need to retrieve all rows which suits a set of values in an array. Now am using
$bound = implode(",",$ar r);


$sqls="SELECT * FROM main where area IN ( $bound )";