if($_POST){ foreach ($_POST as $key=>$value){ if($value){ $map[$key] = array('like', '%'.$value.'%'); } } }