<?php $s = 'Sections: B3; C2; D4'; $s = str_replace('Sections: ', '', $s); $arr = explode("; ", $s); Var_dump($arr);
You have javascript disabled. You will not be able to edit any code.