Код: Выделить всё
$string = "something here (9), something here2 (20), something3 (30)";
Код: Выделить всё
$something_array = array(
[0] => something
[1] => something2
[2] => something3 )
Подробнее здесь: https://stackoverflow.com/questions/975 ... ted-string