<?php $_GET['subcat_id'] = 'a15,15,16'; $subcatArray = explode(',', $_GET['subcat_id']); $subcatArrayNumeric = array_filter($subcatArray, 'is_numeric'); print_r($subcatArrayNumeric);
You have javascript disabled. You will not be able to edit any code.