<?php $_POST = ['row' => ['1', '20', '4', '10', '12']]; $rows = array_filter($_POST['row'], function($val){ return is_numeric($val) && $val>10; }); print_r($rows);
You have javascript disabled. You will not be able to edit any code.