<?php $exp = "ukuran:33,34,35;warna:putih,hitam"; Preg_match_all("/(\d+)|([a-zA-Z]+)/", $exp, $matches); Unset($matches[0]); $matches[1] = array_filter($matches[1]); $matches[2] = array_filter($matches[2]); Var_dump($matches);
You have javascript disabled. You will not be able to edit any code.