If I have an array such as;
$arr = array ("12","13","14","15","16","17","18","19");
and I only want #14 and #15 displayed on a table such as
14=customer
15=account#
how can I filter from $arr to arrayas #14 and #15 in two columns such as:
customer account#
is there a filter command?