<?php $string = 'a:3:{i:0;s:8:"Skeletal";i:1;s:6:"Cardio";i:2;s:8:"Muscular";}'; preg_match_all('/".*?"/', $string, $matches); print_r($matches);
You have javascript disabled. You will not be able to edit any code.